1. 86e4d74 Add CXXCtorInitializer related matchers to the dynamic matcher registry. by Samuel Benzaquen · 11 years ago
  2. 9c3bd4f Replace TEST* with CHECK-DAG in vbtable tests by Timur Iskhodzhanov · 11 years ago
  3. 046e79a [analyzer] Add very limited support for temporary destructors by Pavel Labath · 11 years ago
  4. ac13d61 clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts. by NAKAMURA Takumi · 11 years ago
  5. ab96e56 Propagate alignment for _Complex by JF Bastien · 11 years ago
  6. b470d1a Use the simpler is_directory. by Rafael Espindola · 11 years ago
  7. 80f8aca More code conformance. by Fariborz Jahanian · 11 years ago
  8. e828018 ObjectiveC migrator: When adding conforming protocol, by Fariborz Jahanian · 11 years ago
  9. b4b4a52 Avoid breaking non-trailing block comments. by Alexander Kornienko · 11 years ago
  10. 012cff9 Follow coding convention in argument decl. by Fariborz Jahanian · 11 years ago
  11. 21cde05 Make Expr::isConstantInitializer match IRGen. by Eli Friedman · 11 years ago
  12. ad3c2b5 [arcmt] Remove some dead code. by Argyrios Kyrtzidis · 11 years ago
  13. 8d8bfb3 ObjectiveC migrator. If a class implements a protocol's by Fariborz Jahanian · 11 years ago
  14. 10c26b2 Don't break line comments with escaped newlines. by Alexander Kornienko · 11 years ago
  15. 561211d clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 11 years ago
  16. be6d913 Fix crash on complex constant zero. by Eli Friedman · 11 years ago
  17. d965f95 Update for llvm API change. by Rafael Espindola · 11 years ago
  18. e91b1b9 ObjectiveC migration: complete migrating class by Fariborz Jahanian · 11 years ago
  19. 40c84df FileCheckize test/Driver/immediate-options.c by Hans Wennborg · 11 years ago
  20. 0a9350f Fix formatting. No functional change. by Craig Topper · 11 years ago
  21. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  22. bdfacea Add more types to ASTNodeKind. Refactor common instantiation code. by Samuel Benzaquen · 11 years ago
  23. a3c6246 This patch removes unused parameter allProperties and converts remaining by Fariborz Jahanian · 11 years ago
  24. a15af47 Remove unnecessary assignment. by Manuel Klimek · 11 years ago
  25. 5f574bf Fixes another hard to test problem with iterator invalidation. by Manuel Klimek · 11 years ago
  26. e7d3bff clang-format: Improve detection of function types. by Daniel Jasper · 11 years ago
  27. 6cbe66f Fix test on release builds. by Tim Northover · 11 years ago
  28. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  29. e8caa30 Limit number of bits in size representation so that bit size fit 64 bits. by Serge Pavlov · 11 years ago
  30. 6afc66d Add 'const' qualifiers to static const char* variables. by Craig Topper · 11 years ago
  31. 9ec4099 Merge attributes on typedef decls. by Eli Friedman · 11 years ago
  32. 5029bd5 Fix alignment of class derived from empty class. by Eli Friedman · 11 years ago
  33. 8c35583 ObjC migrator: build conforming interface declaration (not yet used). wip. by Fariborz Jahanian · 11 years ago
  34. bf03b37 Fix member refs with using decl + anonymous union. by Eli Friedman · 11 years ago
  35. ca0dd25 Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionRequired) by David Blaikie · 11 years ago
  36. ad4aaf1 ObjC migrator: finding conforming protocol candidates for each class. wip. by Fariborz Jahanian · 11 years ago
  37. 3d882fa Fix a typo in the diagnostic note added in r186342. by Kaelyn Uhrain · 11 years ago
  38. d422434 Move the "->" to "." fixit from r186128 into a separate note since by Kaelyn Uhrain · 11 years ago
  39. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  40. 52c2575 Re-revert r86040, which was un-reverted in r186199. by Chandler Carruth · 11 years ago
  41. 0c36878 clang-format: Improve c-style cast detection. by Daniel Jasper · 11 years ago
  42. 9637dda Improvement of change r186320. by Daniel Jasper · 11 years ago
  43. 3e12e87 Improve formatting of operator<< chains. by Daniel Jasper · 11 years ago
  44. d58915e Replacing an empty switch with its moral equivalent. No functional changes intended. by Aaron Ballman · 11 years ago
  45. 3aa29df Add 'static' and 'const' qualifiers to some arrays of strings. by Craig Topper · 11 years ago
  46. dc49d52 Fix to PR12262 - assertion when substituting explicit template arguments by Serge Pavlov · 11 years ago
  47. 26a4001 Revert 186302 to fix build bots. by Craig Topper · 11 years ago
  48. 429d3be Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  49. b960232 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  50. 0f855a9 Reformat line. by Eric Christopher · 11 years ago
  51. 688cf5b Move BlockLiteralGeneric earlier in CGDebugInfo and remove by Eric Christopher · 11 years ago
  52. d3003dc Update a few comments and reformat a decl for clarity. by Eric Christopher · 11 years ago
  53. 466877a Replace C++0x in a comment with C++11 by Craig Topper · 11 years ago
  54. dd02543 Change cxx0x to cxx11 in diagnostic name. by Craig Topper · 11 years ago
  55. 02d26a8 Change cxx0x to cxx11 in diagnostic name. by Craig Topper · 11 years ago
  56. ad5b69d Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  57. eb54d42 Make these tests more robust against IRgen choosing to emit more named metadata. by Richard Smith · 11 years ago
  58. e143c98 Delete a test that is checking badly for a point bug that Clang never had (and that spuriously fails with modules enabled). by Richard Smith · 11 years ago
  59. 7cb4fae Add missing include guards into headers in lib/Headers. While it may appear by Richard Smith · 11 years ago
  60. ace21ba If an unimported submodule of an imported module contains a declaration of a by Richard Smith · 11 years ago
  61. e33a0a8 Serialization support for TagDecl::IsCompleteDefinitionRequired by David Blaikie · 11 years ago
  62. 45a0409 Initialize the "IsCompleteDefinitionRequired" field in the ASTContext ctor by David Blaikie · 11 years ago
  63. 658cd2c PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info by David Blaikie · 11 years ago
  64. 226399c Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT by David Blaikie · 11 years ago
  65. dc80978 Simplify getTypeInfoImpl handling of 'non-canonical unless dependent' types. by David Blaikie · 11 years ago
  66. f475bf8 Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"" by David Blaikie · 11 years ago
  67. 65732a2 Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile" by David Blaikie · 11 years ago
  68. a995630 PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile by David Blaikie · 11 years ago
  69. bf13df2 Fixes a typo caught by Arthur O'Dwyer by Fariborz Jahanian · 11 years ago
  70. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  71. 3be37d1 [ms-cxxabi] Don't consider function templates for name backrefs by Reid Kleckner · 11 years ago
  72. e99b37c ObjC migrator: More knobs for migrating conforming protocols to each class. wip. by Fariborz Jahanian · 11 years ago
  73. 7556853 ObjC migrator: early work for migrating implicitly conforming by Fariborz Jahanian · 11 years ago
  74. c250192 Changes so that a few tests do not fail when running under guarded malloc. by Argyrios Kyrtzidis · 11 years ago
  75. 8d230b4 Use function attributes to pass along the stack protector buffer size instead of making it a target option. by Bill Wendling · 11 years ago
  76. c1b8d09 Compute 'this' correctly for block in lambda. by Eli Friedman · 11 years ago
  77. 6e9d86b Provide a better diagnostic and a fixit for a '.' or '->' before the left paren by Kaelyn Uhrain · 11 years ago
  78. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  79. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  80. 78c2ec4 [analyzer] Treat nullPtrType as a location type. by Anna Zaks · 11 years ago
  81. c131046 fixes a typo caught by Jordan. by Fariborz Jahanian · 11 years ago
  82. 361a329 Objective-C: Produce gcc compatible encoding of by Fariborz Jahanian · 11 years ago
  83. de1860d [scan-build] Add missing comma to ccc-analyzer. by Jordan Rose · 11 years ago
  84. a0740f5 clang-format: Improve <<-formatting. by Daniel Jasper · 11 years ago
  85. 0fde950 clang-format: Fix string literal breaking. by Daniel Jasper · 11 years ago
  86. 011c35d clang-format: Break before/between array subscript expressions. by Daniel Jasper · 11 years ago
  87. 7c0a8b5 [analyzer] Add support for __builtin_addressof. by Jordan Rose · 11 years ago
  88. 4aaedf0 [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings. by Jordan Rose · 11 years ago
  89. fcb5a25 Fix crash on zero-argument assignment operator. by Eli Friedman · 11 years ago
  90. 22d017d Add the ability to use guarded malloc when running clang's lit tests. by David Dean · 11 years ago
  91. 45c3ba7 Provide a fixit hint for changing '->' to '.' if there is no operator-> by Kaelyn Uhrain · 11 years ago
  92. cf2901a Make CXXBaseSpecifier::getType return unqual type. by Eli Friedman · 11 years ago
  93. 15ec3a8 clang-format: Fix bug concerning the alignment of "}". by Daniel Jasper · 11 years ago
  94. 20a0f8c clang-format: Break before trailing annotations. by Daniel Jasper · 11 years ago
  95. faec47b clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 11 years ago
  96. f5200d6 Restore warning to its original text when by Fariborz Jahanian · 11 years ago
  97. 97a03cf Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. by Eli Bendersky · 11 years ago
  98. f92a509 ObjectiveC arc[qoi]: When due to change of certain methods' by Fariborz Jahanian · 11 years ago
  99. 3262f4c Improve detection of trailing return types. by Daniel Jasper · 11 years ago
  100. e1f9a8e Fix indentation problem for comments in call chains by Daniel Jasper · 11 years ago