- 8d852e3 Implement John McCall's review of r159212 other than the this pointer not by Rafael Espindola · 12 years ago
- 0713d99 Fix a crash I introduced in r159212. by Rafael Espindola · 12 years ago
- 962668d Remove unsigned and a pointer from a comment token (so that each token can have only one semantic string value attached to it), at a cost of adding an additional token. by Dmitri Gribenko · 12 years ago
- f5e0aea Comment lexer: counting backwards from token end is thought to be confusing. We already have a pointer to the beginning of the token, so use it to extract the text instead. by Dmitri Gribenko · 12 years ago
- 1255e1b Add a test for unterminated /* comments. by Dmitri Gribenko · 12 years ago
- 446ba14 Fix for r159256 on Windows. by Axel Naumann · 12 years ago
- 4421e55 Remove a completely unused and remarkably inaccurate list of test by Chandler Carruth · 12 years ago
- 073b98e Update the Clang CMake build to reflect the name change in LLVM r159258. by Chandler Carruth · 12 years ago
- 3ce42c3 From Vassil Vassilev: by Axel Naumann · 12 years ago
- 1e15e3b Initialize RawComment::BriefTextValid in other constructor, too. by Dmitri Gribenko · 12 years ago
- 2dc509d Introduce __has_feature(attribute_unused_on_fields) to determine whether by Daniel Jasper · 12 years ago
- 4375b08 Add missing words to manual. by Richard Trieu · 12 years ago
- 7249eb0 Add a few (currently failing) tests for the PR13207 (template mangling in the presence of back references). by Timur Iskhodzhanov · 12 years ago
- e59331a Update documentation with regards to template type diffing. by Richard Trieu · 12 years ago
- df43804 Add a few more test cases for the -cxx-abi microsoft mangler. Some of them were broken recently by Timur Iskhodzhanov · 12 years ago
- c0b8324 Simplify logic in BriefParser::Parse(), per Jordan's comment. by Dmitri Gribenko · 12 years ago
- c2cda02 Initialize RawCommentList::BriefTextValid when deserializing AST. by Dmitri Gribenko · 12 years ago
- 29299c6 [analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind. by Jordan Rose · 12 years ago
- 4715ed9 [analyzer] Remove unneeded helper function (it's in ASTContext.h) by Jordan Rose · 12 years ago
- 8decdee Whitespace. by Chad Rosier · 12 years ago
- 4285f84 [Windows] Improve mangling of templates when back references are present by Timur Iskhodzhanov · 12 years ago
- 92c4fd5 Enable -mcpu=native and -march=native for arm targets. by Benjamin Kramer · 12 years ago
- 7349cce Always use getDerived().shouldVisitImplicitCode() so it can be altered by Daniel Jasper · 12 years ago
- 91cbbbf Whitespace. by Chad Rosier · 12 years ago
- 540f9ae preprocessing: gcc supports #line 0. So, treat this by Fariborz Jahanian · 12 years ago
- 7bbf9d1 unit test tweak by Andrew Trick · 12 years ago
- 4622fe8 Remove typedef which is unused after r159189. by Richard Smith · 12 years ago
- 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
- 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 12 years ago
- 12582bd Fix a bug in my previous patch: If we are not doing a virtual call because by Rafael Espindola · 12 years ago
- 37d2a00 Remove spurious semicolons committed in r159216. by David Blaikie · 12 years ago
- 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
- 72c1a6a MachineBlockPlacement would prefer that clang lay out blocks in source order. by Andrew Trick · 12 years ago
- 7e0f1ee Fix comment: refer to documentation comments in general, not just Doxygen comments. by Dmitri Gribenko · 12 years ago
- de37628 objc: adds diagnostic group to several old objc warnings. by Fariborz Jahanian · 12 years ago
- 0b4fe50 During codegen of a virtual call we would extract any casts in the expression by Rafael Espindola · 12 years ago
- 7ed4f66 [driver] Make -serialize-diagnostics (one dash) and alias for by Chad Rosier · 12 years ago
- 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
- b9d2b3b [asan] add missing asan instrumentation in generated global init functions by Kostya Serebryany · 12 years ago
- e92b1f4 Fix lifetime issue for backing APValue of OpaqueValueExpr in recursive by Richard Smith · 12 years ago
- 66a5bf9 build/compiler-rt: Companion commit to r159172. by Daniel Dunbar · 12 years ago
- b4e8008 Give L__FUNCTION__ the right type in templates. PR13206. by Nico Weber · 12 years ago
- 94d92fb Add tests that I wrote for r159060 but forgot to `svn add`. by Nico Weber · 12 years ago
- 78eb76e ARM: enable struct byval for APCS. by Manman Ren · 12 years ago
- d9cf826 PR12937: Explicitly deleting an explicit template specialization. by David Blaikie · 12 years ago
- c9f3517 Extend the "expected ';' after struct" logic to also apply to enums, and to by Richard Smith · 12 years ago
- f6172ae Use std::map instead of llvm::DenseMap because we rely on the stability of references to values in these maps. PR13197. by Eli Friedman · 12 years ago
- ee68111 [analyzer] Be careful about implicitly-declared operator new/delete. (PR13090) by Jordan Rose · 12 years ago
- 831421f Unrevert r158887, reverted in r158949, along with a fix for the bug which by Richard Smith · 12 years ago
- f63797c Thread safety analysis: implement lock_returned attribute. by DeLesley Hutchins · 12 years ago
- 8f35d23 Appease -Wnon-virtual-dtor and fix a typo in a comment by Matt Beaumont-Gay · 12 years ago
- 6b02009 Make explicit specializations at class scope work by Nico Weber · 12 years ago
- 5c62ef5 Add test for -Wused-but-marked-unused on private fields. by Daniel Jasper · 12 years ago
- bc9e558 Add testing for CommentHandler, and fix a bug where trailing comments in #else by Richard Smith · 12 years ago
- 19bf662 [diagtool] Appease buildbots by explicitly using makeArrayRef. by Jordan Rose · 12 years ago
- e742763 [diagtool] Add a new "tree" command to shows warnings activated by a flag. by Jordan Rose · 12 years ago
- 9ee494f IRGen: Factor v-table generation into the CGCXXABI object. by Charles Davis · 12 years ago
- 1e12b3d Recognize GNU attributes after 'enum class'. Fixes the libc++ build. by John McCall · 12 years ago
- 33e6c2d objective-c: issue deprecation/unavailability warnings for methods called on by Fariborz Jahanian · 12 years ago
- a1c5965 Add triple to test/Sema/attr-tls_model.c by Hans Wennborg · 12 years ago
- 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 12 years ago
- 2edf0a2 Clean up a large number of C++11 attribute parse issues, including parsing by Sean Hunt · 12 years ago
- 28ad063 Support L__FUNCTION__ in microsoft mode, PR11789 by Nico Weber · 12 years ago
- 3f83568 [Windows] Fix mangling of repeated types in the presence of bool and function pointers PR13176,PR13177 by Timur Iskhodzhanov · 12 years ago
- 3facb62 MicrosoftMangle: Fix mangling of integral constant non-type template arguments in a class specialization. by Charles Davis · 12 years ago
- 9f728cd Minor improvements to some C99 variadic-macro-related diagnostics. by Richard Smith · 12 years ago
- 10f77ad Implement initial static analysis inlining support for C++ methods. by Ted Kremenek · 12 years ago
- c1fb542 Perform typo correction for base class specifiers. by Kaelyn Uhrain · 12 years ago
- 7186dc6 [analyzer] Teach malloc checker that initWith[Bytes|Characters}NoCopy by Anna Zaks · 12 years ago
- 0206425 [analyzer] Remove a statistic - it's too expensive. by Anna Zaks · 12 years ago
- 1e548f1 [analyzer]scan-build: report the total number of steps analyzer performs by Anna Zaks · 12 years ago
- 3e4f65d [analyzer] Fixup to r158958. by Anna Zaks · 12 years ago
- df19fe7 [analyzer] Report the cumulative number of steps the analyzer performs. by Anna Zaks · 12 years ago
- 4b2239b Mark Doxygen warnings DefaultIgnore. by Dmitri Gribenko · 12 years ago
- 7e0dc76 revert CodeGen support for the alloc_size attribute until we finish the design of a more generic metadata node by Nuno Lopes · 12 years ago
- 8ac6b13 Disable llvm optimizations in a clang test. by Rafael Espindola · 12 years ago
- 6c234b1 [analyzer] Check for +raise:format: on subclasses of NSException as well. by Jordan Rose · 12 years ago
- 0da4414 Thread safety analysis: fixes a bug in which locksets are not handled by DeLesley Hutchins · 12 years ago
- 27c0bb0 Correct include guard to reflect new directory name by Dmitri Gribenko · 12 years ago
- 94c4d61 Show fixit for unqualified calls to methods of dependent bases by Nico Weber · 12 years ago
- 9dda474 Add a warning about almost-Doxygen trailing comments: //< and /*< ... */ by Dmitri Gribenko · 12 years ago
- 67e8a8b objective-c: improve diagnostic when collection expression is by Fariborz Jahanian · 12 years ago
- f7a4c35 Add release note about -gline-tables-only flag by Alexey Samsonov · 12 years ago
- 8da1687 Documentation cleanup: making \param and \returns docs match the code. by James Dennett · 12 years ago
- 16ae9de Documentation cleanup: making \param docs match the code. by James Dennett · 12 years ago
- 40ae666 Diagnostics cleanup: Fixing \params to match the code. by James Dennett · 12 years ago
- efce31f Documentation cleanup: by James Dennett · 12 years ago
- 27289b1 Documentation cleanup: by James Dennett · 12 years ago
- 4ae383f Documentation cleanup: by James Dennett · 12 years ago
- dc20169 Documentation cleanup: by James Dennett · 12 years ago
- 4bd495c Documentation cleanup: by James Dennett · 12 years ago
- 9d96e9c Documentation cleanup: Escape @objc* in Doxygen comments. by James Dennett · 12 years ago
- 07d9430 Documentation cleanup: rephrase, and so avoid a Doxygen warning. by James Dennett · 12 years ago
- 36be6c4 Documentation cleanup: escape # characters in Doxygen comments as needed. by James Dennett · 12 years ago
- cd6b34b Documentation cleanup: by James Dennett · 12 years ago
- 1a5f900 Documentation cleanup: escape # characters in Doxygen comments as needed. by James Dennett · 12 years ago
- dc3d8c9 Documentation cleanup: escape # characters in Doxygen comments as needed. by James Dennett · 12 years ago
- 6b4f506 Documentation cleanup: escape \ characters in Doxygen comments as needed. by James Dennett · 12 years ago
- 5f0cf08 Documentation cleanup: Fixed the format of the file header (that I broke in by James Dennett · 12 years ago
- 58bf987 Documentation cleanup: by James Dennett · 12 years ago