1. ad4aaf1 ObjC migrator: finding conforming protocol candidates for each class. wip. by Fariborz Jahanian · 11 years ago
  2. 3d882fa Fix a typo in the diagnostic note added in r186342. by Kaelyn Uhrain · 11 years ago
  3. d422434 Move the "->" to "." fixit from r186128 into a separate note since by Kaelyn Uhrain · 11 years ago
  4. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  5. 52c2575 Re-revert r86040, which was un-reverted in r186199. by Chandler Carruth · 11 years ago
  6. 0c36878 clang-format: Improve c-style cast detection. by Daniel Jasper · 11 years ago
  7. 9637dda Improvement of change r186320. by Daniel Jasper · 11 years ago
  8. 3e12e87 Improve formatting of operator<< chains. by Daniel Jasper · 11 years ago
  9. d58915e Replacing an empty switch with its moral equivalent. No functional changes intended. by Aaron Ballman · 11 years ago
  10. 3aa29df Add 'static' and 'const' qualifiers to some arrays of strings. by Craig Topper · 11 years ago
  11. dc49d52 Fix to PR12262 - assertion when substituting explicit template arguments by Serge Pavlov · 11 years ago
  12. 26a4001 Revert 186302 to fix build bots. by Craig Topper · 11 years ago
  13. 429d3be Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  14. b960232 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  15. 0f855a9 Reformat line. by Eric Christopher · 11 years ago
  16. 688cf5b Move BlockLiteralGeneric earlier in CGDebugInfo and remove by Eric Christopher · 11 years ago
  17. d3003dc Update a few comments and reformat a decl for clarity. by Eric Christopher · 11 years ago
  18. 466877a Replace C++0x in a comment with C++11 by Craig Topper · 11 years ago
  19. dd02543 Change cxx0x to cxx11 in diagnostic name. by Craig Topper · 11 years ago
  20. 02d26a8 Change cxx0x to cxx11 in diagnostic name. by Craig Topper · 11 years ago
  21. ad5b69d Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  22. eb54d42 Make these tests more robust against IRgen choosing to emit more named metadata. by Richard Smith · 11 years ago
  23. 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
  24. 7cb4fae Add missing include guards into headers in lib/Headers. While it may appear by Richard Smith · 11 years ago
  25. ace21ba If an unimported submodule of an imported module contains a declaration of a by Richard Smith · 11 years ago
  26. e33a0a8 Serialization support for TagDecl::IsCompleteDefinitionRequired by David Blaikie · 11 years ago
  27. 45a0409 Initialize the "IsCompleteDefinitionRequired" field in the ASTContext ctor by David Blaikie · 11 years ago
  28. 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
  29. 226399c Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT by David Blaikie · 11 years ago
  30. dc80978 Simplify getTypeInfoImpl handling of 'non-canonical unless dependent' types. by David Blaikie · 11 years ago
  31. f475bf8 Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"" by David Blaikie · 11 years ago
  32. 65732a2 Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile" by David Blaikie · 11 years ago
  33. a995630 PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile by David Blaikie · 11 years ago
  34. bf13df2 Fixes a typo caught by Arthur O'Dwyer by Fariborz Jahanian · 11 years ago
  35. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  36. 3be37d1 [ms-cxxabi] Don't consider function templates for name backrefs by Reid Kleckner · 11 years ago
  37. e99b37c ObjC migrator: More knobs for migrating conforming protocols to each class. wip. by Fariborz Jahanian · 11 years ago
  38. 7556853 ObjC migrator: early work for migrating implicitly conforming by Fariborz Jahanian · 11 years ago
  39. c250192 Changes so that a few tests do not fail when running under guarded malloc. by Argyrios Kyrtzidis · 11 years ago
  40. 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
  41. c1b8d09 Compute 'this' correctly for block in lambda. by Eli Friedman · 11 years ago
  42. 6e9d86b Provide a better diagnostic and a fixit for a '.' or '->' before the left paren by Kaelyn Uhrain · 11 years ago
  43. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  44. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  45. 78c2ec4 [analyzer] Treat nullPtrType as a location type. by Anna Zaks · 11 years ago
  46. c131046 fixes a typo caught by Jordan. by Fariborz Jahanian · 11 years ago
  47. 361a329 Objective-C: Produce gcc compatible encoding of by Fariborz Jahanian · 11 years ago
  48. de1860d [scan-build] Add missing comma to ccc-analyzer. by Jordan Rose · 11 years ago
  49. a0740f5 clang-format: Improve <<-formatting. by Daniel Jasper · 11 years ago
  50. 0fde950 clang-format: Fix string literal breaking. by Daniel Jasper · 11 years ago
  51. 011c35d clang-format: Break before/between array subscript expressions. by Daniel Jasper · 11 years ago
  52. 7c0a8b5 [analyzer] Add support for __builtin_addressof. by Jordan Rose · 11 years ago
  53. 4aaedf0 [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings. by Jordan Rose · 11 years ago
  54. fcb5a25 Fix crash on zero-argument assignment operator. by Eli Friedman · 11 years ago
  55. 22d017d Add the ability to use guarded malloc when running clang's lit tests. by David Dean · 11 years ago
  56. 45c3ba7 Provide a fixit hint for changing '->' to '.' if there is no operator-> by Kaelyn Uhrain · 11 years ago
  57. cf2901a Make CXXBaseSpecifier::getType return unqual type. by Eli Friedman · 11 years ago
  58. 15ec3a8 clang-format: Fix bug concerning the alignment of "}". by Daniel Jasper · 11 years ago
  59. 20a0f8c clang-format: Break before trailing annotations. by Daniel Jasper · 11 years ago
  60. faec47b clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 11 years ago
  61. f5200d6 Restore warning to its original text when by Fariborz Jahanian · 11 years ago
  62. 97a03cf Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. by Eli Bendersky · 11 years ago
  63. f92a509 ObjectiveC arc[qoi]: When due to change of certain methods' by Fariborz Jahanian · 11 years ago
  64. 3262f4c Improve detection of trailing return types. by Daniel Jasper · 11 years ago
  65. e1f9a8e Fix indentation problem for comments in call chains by Daniel Jasper · 11 years ago
  66. c18cff3 Keep trailing annotations close to their argument. by Daniel Jasper · 11 years ago
  67. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  68. fd5c726 Documentation fixes - the rest of DeclCXX.h: by James Dennett · 11 years ago
  69. 2c4b9bd Documentation cleanup for DeclCXX.h: by James Dennett · 11 years ago
  70. c8734f6 clang/test/CodeGen/c11atomics.c: Fix testcase for -Asserts since r186054. by NAKAMURA Takumi · 11 years ago
  71. eb1f276 Fix build. by Eli Friedman · 11 years ago
  72. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  73. 27ec2d0 Make CheckAddressOfOperand a member of Sema so it can be reused by by Richard Smith · 11 years ago
  74. 336d9df Simplify atomic load/store IRGen. by Eli Friedman · 11 years ago
  75. 151a8a8 Fix some grammar errors. by Richard Smith · 11 years ago
  76. 9e0a65e Fix documentation: by Richard Smith · 11 years ago
  77. 433a13d If we friend a declaration twice, that should not make it visible to name by Richard Smith · 11 years ago
  78. 07b1bbe ObjC migrator: Improve on hueristics. by Fariborz Jahanian · 11 years ago
  79. 7b309b0 Use a LexicalScope here since it is one and it will encapsulate by Eric Christopher · 11 years ago
  80. 8f6134c [analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization. by Jordan Rose · 11 years ago
  81. 49007d7 Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors to by James Dennett · 11 years ago
  82. 0daf1f4 Offer typo suggestions for 'using' declarations. by Kaelyn Uhrain · 11 years ago
  83. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  84. 041d10c Fixed comment of Sema::FindInstantiatedDecl. by Serge Pavlov · 11 years ago
  85. e79c987 Finish off mangling locals in block literals. by Eli Friedman · 11 years ago
  86. e579889 Get rid of dead/useless code for block mangling. by Eli Friedman · 11 years ago
  87. 5e867c8 More local mangling fixes. by Eli Friedman · 11 years ago
  88. e16a475 objc migrator: More refinment of property by Fariborz Jahanian · 11 years ago
  89. a967935 Apply BlackList -> SpecialCaseList rename in Clang. by Peter Collingbourne · 11 years ago
  90. 38b3bd8 Objective-C: merge objc_requires_super attribute of by Fariborz Jahanian · 11 years ago
  91. 4b87382 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  92. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  93. 2ca3741 Initial support for formatting trailing return types. by Daniel Jasper · 11 years ago
  94. 4549d7f ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and by Rafael Espindola · 11 years ago
  95. b149179 Avoid confusing indentations for chained function calls. by Daniel Jasper · 11 years ago
  96. 53a015b c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include_directories(SYSTEM). by NAKAMURA Takumi · 11 years ago
  97. 8b8f621 c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdocumentation. by NAKAMURA Takumi · 11 years ago
  98. 0de1c4d Fix alignment of closing brace in braced initializers. by Daniel Jasper · 11 years ago
  99. 6561f6a Format overloaded operators like other functions. by Daniel Jasper · 11 years ago
  100. e600d4be [analyzer] Fixup for r185609: actually do suppress warnings coming out of std::list. by Anna Zaks · 11 years ago