1. 43bb179 Warn on self-assignment to member variables. PR13104. by Nico Weber · 12 years ago
  2. c99a5d8 Thread safety analysis: support release() function on scoped lockable objects. by DeLesley Hutchins · 12 years ago
  3. b956e5a When applying a template diff highlighting to a diagnostic message, remember by Richard Trieu · 12 years ago
  4. db2a685 Factor CXString out of Index.h by Arnaud A. de Grandmaison · 12 years ago
  5. 50badd5 Fix template type diffing coloring (r159216) when forcing color output to a file (not a terminal) by David Blaikie · 12 years ago
  6. 0963017 Support the use of "=delete" and "=default" with delayed template by Douglas Gregor · 12 years ago
  7. 9fc5b00 objective-c rewriter: refactoring of rewriting of by Fariborz Jahanian · 12 years ago
  8. 3791814 [libclang] Don't bind a StringRef to a temporary std::string object. by Argyrios Kyrtzidis · 12 years ago
  9. 1d2b2ca Dead code eliminate the massive hexagon builtin intrinsic supporting code. by Benjamin Kramer · 12 years ago
  10. 712692e Only print a semicolon after "no known conversion for Nth argument" if there by Matt Beaumont-Gay · 12 years ago
  11. e327aa8 Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the handwritten emitter. by Benjamin Kramer · 12 years ago
  12. fbf7005 Support MIPS DSP Rev1 intrinsics. by Simon Atanasyan · 12 years ago
  13. 80bc96e Compare the canonical types and document why we give up on the covariant case. by Rafael Espindola · 12 years ago
  14. 0239df8 Warn on weak properties declared in protocols as well. by Jordan Rose · 12 years ago
  15. 8376f59 Remove redundant check. by Dmitri Gribenko · 12 years ago
  16. c3fee35 Attaching comments to declarations: don't attach comments to implicit declarations. by Dmitri Gribenko · 12 years ago
  17. 4a889e4 Disable devirtualization when we have covariant returns. I will open a bug by Rafael Espindola · 12 years ago
  18. ea01d76 Don't devirtualize calls when we don't have the correct type of the this pointer by Rafael Espindola · 12 years ago
  19. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  20. b6ebd44 Add warning flag -Winvalid-pp-token for preprocessing-tokens which have by Richard Smith · 12 years ago
  21. 632fbaa Fix another issue with devirtualizing calls to final methods by passing them by Rafael Espindola · 12 years ago
  22. d558b52 Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there. by Dmitri Gribenko · 12 years ago
  23. da970d2 Fix grammar. by Eric Christopher · 12 years ago
  24. 2a5d644 Update the #include to find the DebugInfo.h in the correct place by Bill Wendling · 12 years ago
  25. f199b9c Teach \brief parser about commands that start a new paragraph implicitly by Dmitri Gribenko · 12 years ago
  26. af505c5 Fix uninitialized variable use bug found by the clairvoyant static analyzer. by Argyrios Kyrtzidis · 12 years ago
  27. 8bdb58a Attaching documentation comments to declarations: don't attach a comment to a declaration if there is a preprocessor directive between them. by Dmitri Gribenko · 12 years ago
  28. 5676d32 Fix an infinite loop in comment lexer: we were not advancing in the input character stream when we saw a '<' that is not a start of an HTML tag. by Dmitri Gribenko · 12 years ago
  29. 8771872 Two more tests for PR13207 - wrong mangling of templates with back references [-cxx-abi microsoft] by Timur Iskhodzhanov · 12 years ago
  30. f4bcfa1 Propagate lvalue alignment into bitfields. Per report on cfe-dev. by Eli Friedman · 12 years ago
  31. 7c16d58 objective-c mrc: Issue warning for mrc, as is done for arc, when by Fariborz Jahanian · 12 years ago
  32. e1971a1 Refactoring after r159290: don't hold onto and check a misleading QualType. by Richard Smith · 12 years ago
  33. 83ea530 Check for non-POD vararg argument type after default argument promotion, not by Richard Smith · 12 years ago
  34. 12d2cc7 patch to suggest 'static' function should be 'static inline' by Fariborz Jahanian · 12 years ago
  35. 8d852e3 Implement John McCall's review of r159212 other than the this pointer not by Rafael Espindola · 12 years ago
  36. 0713d99 Fix a crash I introduced in r159212. by Rafael Espindola · 12 years ago
  37. 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
  38. 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
  39. 1255e1b Add a test for unterminated /* comments. by Dmitri Gribenko · 12 years ago
  40. 446ba14 Fix for r159256 on Windows. by Axel Naumann · 12 years ago
  41. 4421e55 Remove a completely unused and remarkably inaccurate list of test by Chandler Carruth · 12 years ago
  42. 073b98e Update the Clang CMake build to reflect the name change in LLVM r159258. by Chandler Carruth · 12 years ago
  43. 3ce42c3 From Vassil Vassilev: by Axel Naumann · 12 years ago
  44. 1e15e3b Initialize RawComment::BriefTextValid in other constructor, too. by Dmitri Gribenko · 12 years ago
  45. 2dc509d Introduce __has_feature(attribute_unused_on_fields) to determine whether by Daniel Jasper · 12 years ago
  46. 4375b08 Add missing words to manual. by Richard Trieu · 12 years ago
  47. 7249eb0 Add a few (currently failing) tests for the PR13207 (template mangling in the presence of back references). by Timur Iskhodzhanov · 12 years ago
  48. e59331a Update documentation with regards to template type diffing. by Richard Trieu · 12 years ago
  49. 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
  50. c0b8324 Simplify logic in BriefParser::Parse(), per Jordan's comment. by Dmitri Gribenko · 12 years ago
  51. c2cda02 Initialize RawCommentList::BriefTextValid when deserializing AST. by Dmitri Gribenko · 12 years ago
  52. 29299c6 [analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind. by Jordan Rose · 12 years ago
  53. 4715ed9 [analyzer] Remove unneeded helper function (it's in ASTContext.h) by Jordan Rose · 12 years ago
  54. 8decdee Whitespace. by Chad Rosier · 12 years ago
  55. 4285f84 [Windows] Improve mangling of templates when back references are present by Timur Iskhodzhanov · 12 years ago
  56. 92c4fd5 Enable -mcpu=native and -march=native for arm targets. by Benjamin Kramer · 12 years ago
  57. 7349cce Always use getDerived().shouldVisitImplicitCode() so it can be altered by Daniel Jasper · 12 years ago
  58. 91cbbbf Whitespace. by Chad Rosier · 12 years ago
  59. 540f9ae preprocessing: gcc supports #line 0. So, treat this by Fariborz Jahanian · 12 years ago
  60. 7bbf9d1 unit test tweak by Andrew Trick · 12 years ago
  61. 4622fe8 Remove typedef which is unused after r159189. by Richard Smith · 12 years ago
  62. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  63. 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 12 years ago
  64. 12582bd Fix a bug in my previous patch: If we are not doing a virtual call because by Rafael Espindola · 12 years ago
  65. 37d2a00 Remove spurious semicolons committed in r159216. by David Blaikie · 12 years ago
  66. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  67. 72c1a6a MachineBlockPlacement would prefer that clang lay out blocks in source order. by Andrew Trick · 12 years ago
  68. 7e0f1ee Fix comment: refer to documentation comments in general, not just Doxygen comments. by Dmitri Gribenko · 12 years ago
  69. de37628 objc: adds diagnostic group to several old objc warnings. by Fariborz Jahanian · 12 years ago
  70. 0b4fe50 During codegen of a virtual call we would extract any casts in the expression by Rafael Espindola · 12 years ago
  71. 7ed4f66 [driver] Make -serialize-diagnostics (one dash) and alias for by Chad Rosier · 12 years ago
  72. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  73. b9d2b3b [asan] add missing asan instrumentation in generated global init functions by Kostya Serebryany · 12 years ago
  74. e92b1f4 Fix lifetime issue for backing APValue of OpaqueValueExpr in recursive by Richard Smith · 12 years ago
  75. 66a5bf9 build/compiler-rt: Companion commit to r159172. by Daniel Dunbar · 12 years ago
  76. b4e8008 Give L__FUNCTION__ the right type in templates. PR13206. by Nico Weber · 12 years ago
  77. 94d92fb Add tests that I wrote for r159060 but forgot to `svn add`. by Nico Weber · 12 years ago
  78. 78eb76e ARM: enable struct byval for APCS. by Manman Ren · 12 years ago
  79. d9cf826 PR12937: Explicitly deleting an explicit template specialization. by David Blaikie · 12 years ago
  80. c9f3517 Extend the "expected ';' after struct" logic to also apply to enums, and to by Richard Smith · 12 years ago
  81. 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
  82. ee68111 [analyzer] Be careful about implicitly-declared operator new/delete. (PR13090) by Jordan Rose · 12 years ago
  83. 831421f Unrevert r158887, reverted in r158949, along with a fix for the bug which by Richard Smith · 12 years ago
  84. f63797c Thread safety analysis: implement lock_returned attribute. by DeLesley Hutchins · 12 years ago
  85. 8f35d23 Appease -Wnon-virtual-dtor and fix a typo in a comment by Matt Beaumont-Gay · 12 years ago
  86. 6b02009 Make explicit specializations at class scope work by Nico Weber · 12 years ago
  87. 5c62ef5 Add test for -Wused-but-marked-unused on private fields. by Daniel Jasper · 12 years ago
  88. bc9e558 Add testing for CommentHandler, and fix a bug where trailing comments in #else by Richard Smith · 12 years ago
  89. 19bf662 [diagtool] Appease buildbots by explicitly using makeArrayRef. by Jordan Rose · 12 years ago
  90. e742763 [diagtool] Add a new "tree" command to shows warnings activated by a flag. by Jordan Rose · 12 years ago
  91. 9ee494f IRGen: Factor v-table generation into the CGCXXABI object. by Charles Davis · 12 years ago
  92. 1e12b3d Recognize GNU attributes after 'enum class'. Fixes the libc++ build. by John McCall · 12 years ago
  93. 33e6c2d objective-c: issue deprecation/unavailability warnings for methods called on by Fariborz Jahanian · 12 years ago
  94. a1c5965 Add triple to test/Sema/attr-tls_model.c by Hans Wennborg · 12 years ago
  95. 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 12 years ago
  96. 2edf0a2 Clean up a large number of C++11 attribute parse issues, including parsing by Sean Hunt · 12 years ago
  97. 28ad063 Support L__FUNCTION__ in microsoft mode, PR11789 by Nico Weber · 12 years ago
  98. 3f83568 [Windows] Fix mangling of repeated types in the presence of bool and function pointers PR13176,PR13177 by Timur Iskhodzhanov · 12 years ago
  99. 3facb62 MicrosoftMangle: Fix mangling of integral constant non-type template arguments in a class specialization. by Charles Davis · 12 years ago
  100. 9f728cd Minor improvements to some C99 variadic-macro-related diagnostics. by Richard Smith · 12 years ago