1. a995630 PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile by David Blaikie · 11 years ago
  2. bf13df2 Fixes a typo caught by Arthur O'Dwyer by Fariborz Jahanian · 11 years ago
  3. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  4. 3be37d1 [ms-cxxabi] Don't consider function templates for name backrefs by Reid Kleckner · 11 years ago
  5. e99b37c ObjC migrator: More knobs for migrating conforming protocols to each class. wip. by Fariborz Jahanian · 11 years ago
  6. 7556853 ObjC migrator: early work for migrating implicitly conforming by Fariborz Jahanian · 11 years ago
  7. c250192 Changes so that a few tests do not fail when running under guarded malloc. by Argyrios Kyrtzidis · 11 years ago
  8. 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
  9. c1b8d09 Compute 'this' correctly for block in lambda. by Eli Friedman · 11 years ago
  10. 6e9d86b Provide a better diagnostic and a fixit for a '.' or '->' before the left paren by Kaelyn Uhrain · 11 years ago
  11. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  12. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  13. 78c2ec4 [analyzer] Treat nullPtrType as a location type. by Anna Zaks · 11 years ago
  14. c131046 fixes a typo caught by Jordan. by Fariborz Jahanian · 11 years ago
  15. 361a329 Objective-C: Produce gcc compatible encoding of by Fariborz Jahanian · 11 years ago
  16. de1860d [scan-build] Add missing comma to ccc-analyzer. by Jordan Rose · 11 years ago
  17. a0740f5 clang-format: Improve <<-formatting. by Daniel Jasper · 11 years ago
  18. 0fde950 clang-format: Fix string literal breaking. by Daniel Jasper · 11 years ago
  19. 011c35d clang-format: Break before/between array subscript expressions. by Daniel Jasper · 11 years ago
  20. 7c0a8b5 [analyzer] Add support for __builtin_addressof. by Jordan Rose · 11 years ago
  21. 4aaedf0 [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings. by Jordan Rose · 11 years ago
  22. fcb5a25 Fix crash on zero-argument assignment operator. by Eli Friedman · 11 years ago
  23. 22d017d Add the ability to use guarded malloc when running clang's lit tests. by David Dean · 11 years ago
  24. 45c3ba7 Provide a fixit hint for changing '->' to '.' if there is no operator-> by Kaelyn Uhrain · 11 years ago
  25. cf2901a Make CXXBaseSpecifier::getType return unqual type. by Eli Friedman · 11 years ago
  26. 15ec3a8 clang-format: Fix bug concerning the alignment of "}". by Daniel Jasper · 11 years ago
  27. 20a0f8c clang-format: Break before trailing annotations. by Daniel Jasper · 11 years ago
  28. faec47b clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 11 years ago
  29. f5200d6 Restore warning to its original text when by Fariborz Jahanian · 11 years ago
  30. 97a03cf Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. by Eli Bendersky · 11 years ago
  31. f92a509 ObjectiveC arc[qoi]: When due to change of certain methods' by Fariborz Jahanian · 11 years ago
  32. 3262f4c Improve detection of trailing return types. by Daniel Jasper · 11 years ago
  33. e1f9a8e Fix indentation problem for comments in call chains by Daniel Jasper · 11 years ago
  34. c18cff3 Keep trailing annotations close to their argument. by Daniel Jasper · 11 years ago
  35. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  36. fd5c726 Documentation fixes - the rest of DeclCXX.h: by James Dennett · 11 years ago
  37. 2c4b9bd Documentation cleanup for DeclCXX.h: by James Dennett · 11 years ago
  38. c8734f6 clang/test/CodeGen/c11atomics.c: Fix testcase for -Asserts since r186054. by NAKAMURA Takumi · 11 years ago
  39. eb1f276 Fix build. by Eli Friedman · 11 years ago
  40. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  41. 27ec2d0 Make CheckAddressOfOperand a member of Sema so it can be reused by by Richard Smith · 11 years ago
  42. 336d9df Simplify atomic load/store IRGen. by Eli Friedman · 11 years ago
  43. 151a8a8 Fix some grammar errors. by Richard Smith · 11 years ago
  44. 9e0a65e Fix documentation: by Richard Smith · 11 years ago
  45. 433a13d If we friend a declaration twice, that should not make it visible to name by Richard Smith · 11 years ago
  46. 07b1bbe ObjC migrator: Improve on hueristics. by Fariborz Jahanian · 11 years ago
  47. 7b309b0 Use a LexicalScope here since it is one and it will encapsulate by Eric Christopher · 11 years ago
  48. 8f6134c [analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization. by Jordan Rose · 11 years ago
  49. 49007d7 Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors to by James Dennett · 11 years ago
  50. 0daf1f4 Offer typo suggestions for 'using' declarations. by Kaelyn Uhrain · 11 years ago
  51. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  52. 041d10c Fixed comment of Sema::FindInstantiatedDecl. by Serge Pavlov · 11 years ago
  53. e79c987 Finish off mangling locals in block literals. by Eli Friedman · 11 years ago
  54. e579889 Get rid of dead/useless code for block mangling. by Eli Friedman · 11 years ago
  55. 5e867c8 More local mangling fixes. by Eli Friedman · 11 years ago
  56. e16a475 objc migrator: More refinment of property by Fariborz Jahanian · 11 years ago
  57. a967935 Apply BlackList -> SpecialCaseList rename in Clang. by Peter Collingbourne · 11 years ago
  58. 38b3bd8 Objective-C: merge objc_requires_super attribute of by Fariborz Jahanian · 11 years ago
  59. 4b87382 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  60. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  61. 2ca3741 Initial support for formatting trailing return types. by Daniel Jasper · 11 years ago
  62. 4549d7f ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and by Rafael Espindola · 11 years ago
  63. b149179 Avoid confusing indentations for chained function calls. by Daniel Jasper · 11 years ago
  64. 53a015b c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include_directories(SYSTEM). by NAKAMURA Takumi · 11 years ago
  65. 8b8f621 c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdocumentation. by NAKAMURA Takumi · 11 years ago
  66. 0de1c4d Fix alignment of closing brace in braced initializers. by Daniel Jasper · 11 years ago
  67. 6561f6a Format overloaded operators like other functions. by Daniel Jasper · 11 years ago
  68. e600d4be [analyzer] Fixup for r185609: actually do suppress warnings coming out of std::list. by Anna Zaks · 11 years ago
  69. 27d4644 Fix recovery for missing * in objc property. by Eli Friedman · 11 years ago
  70. bd89fdc Don't give # and ## special treatment when in -traditional-cpp mode. Patch by by Richard Smith · 11 years ago
  71. 899022b Generalize hack allowing 'const' in __has_attribute (etc) to allow any token by Richard Smith · 11 years ago
  72. d739c4e Fix crash typo-correcting dependent member func. by Eli Friedman · 11 years ago
  73. 631435f ObjC migration: more test for migration to properties. by Fariborz Jahanian · 11 years ago
  74. 6c4898b Attempt typo correction for function calls with the wrong number of arguments. by Kaelyn Uhrain · 11 years ago
  75. 761695f Make a couple of useful typo correction callbacks more widely available. by Kaelyn Uhrain · 11 years ago
  76. 2a4ebcf ObjC migration: Skip over setter/getter with attributes for now. by Fariborz Jahanian · 11 years ago
  77. 1921b58 [Objective-C migrator] replace candidate user setter/getter with by Fariborz Jahanian · 11 years ago
  78. 09bddcf Fix Sema for compares with _Atomic vars. by Eli Friedman · 11 years ago
  79. 526df0f Fix incorrect incorrect cast identification in clang-format. by Daniel Jasper · 11 years ago
  80. 51da142 Fixed testcase failing under MS by adding "-fno-delayed-template-parsing", by Enea Zaffanella · 11 years ago
  81. 2a409b6 Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 11 years ago
  82. 88cc562 Prefer similar line breaks. by Daniel Jasper · 11 years ago
  83. 4d50d25 Fix use of invalidated iterator bug in AST match finder. by Manuel Klimek · 11 years ago
  84. 1659ded Fix for corner cases in code handling leading "* " decorations in block comments by Alexander Kornienko · 11 years ago
  85. 80747a8 clang/include/clang/AST/ExprCXX.h:260:5: Fix a warning -- unknown command tag name 'cc'; did you mean 'c'? [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  86. 4eaa81b clang/test/Index/comment-custom-block-command.cpp: This has not been failing since r175892 on valgrind. by NAKAMURA Takumi · 11 years ago
  87. 010bfc2 Documentation cleanup for include/clang/AST/ExprCXX.h. by James Dennett · 11 years ago
  88. 23849e4 clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preserves-root'. by NAKAMURA Takumi · 11 years ago
  89. 437c08a clang/test/CodeGen/2008-01-25-ByValReadNone.c: Add explicit -triple x86_64-unknown-unknown. by NAKAMURA Takumi · 11 years ago
  90. 1fb09df AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr.SourceRange, for now. by NAKAMURA Takumi · 11 years ago
  91. b9bad79 Simplify code. No functional change. by Craig Topper · 11 years ago
  92. 70d214f Introduce a typedef for the type of NewlyDeducedPacks to avoid repeating the small size of the inner SmallVector. by Craig Topper · 11 years ago
  93. cb9186e Remove 'else' after 'return' by Craig Topper · 11 years ago
  94. d82c091 Function argument formatting fixes. No functional change. by Craig Topper · 11 years ago
  95. 1310aac Function argument formatting fixes. by Craig Topper · 11 years ago
  96. 163fbf8 Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  97. bcd0650 Sema: Do not merge new decls with invalid, old decls by David Majnemer · 11 years ago
  98. bd9cbd2 Fixed source range for functional cast and unresolved construct expr nodes. by Enea Zaffanella · 11 years ago
  99. 732277a Rename test to match C++1y paragraph number per N3690, and add additional test by Richard Smith · 11 years ago
  100. 251330d Documentation cleanup for include/clang/AST/DeclCXX.h, no substantive changes. by James Dennett · 11 years ago