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