1. de9ed71 Fix source range of implicitly instantiated friend declaration. by Enea Zaffanella · 11 years ago
  2. 8b1f2f9 Allow clang tools to display an overview when using the CommonOptionsParser. by Manuel Klimek · 11 years ago
  3. 46fa4c3 Adds overlapsWith and contains predicates on tooling::Range. by Manuel Klimek · 11 years ago
  4. 0696301 Adds ctorInitializer and forEachConstructorInitializer matchers. by Manuel Klimek · 11 years ago
  5. 5806bb5 StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  6. 7a8918f StmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  7. 4fa7eab OpenMP: basic support for #pragma omp parallel by Alexey Bataev · 11 years ago
  8. ac7cc2d [analyzer] Include analysis stack in crash traces. by Jordan Rose · 11 years ago
  9. cd37a0b Fix crash-on-invalid with inheriting constructor. by Eli Friedman · 11 years ago
  10. c4ef948 Clean up diagnostics for inheriting constructors. by Eli Friedman · 11 years ago
  11. 44b41b1 ObjectiveC migrator: Remove semicolon after the typedef by Fariborz Jahanian · 11 years ago
  12. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  13. bbbb0fe ObjectiveC migration. migration to NS_ENUM/SN_OPTION - wip. by Fariborz Jahanian · 11 years ago
  14. 8a77c20 Separate the notion of 'context' when recursing down in the parser and actual errors. by Samuel Benzaquen · 11 years ago
  15. 38f71e2 Changed declarations from Attr to InheritableAttr as they are already being processed that way semantically. by Aaron Ballman · 11 years ago
  16. 37a8953 Replacing a morally duplicate diagnostic by adding it to an existing diagnostic's select list. Updates the tests for the more consistent diagnostic. by Aaron Ballman · 11 years ago
  17. 6a04b5e Add condition expression result to if and elif callbacks. by John Thompson · 11 years ago
  18. 22050f2 Reinstate r186040, with additional fixes and more test coverage (reverted in by Richard Smith · 11 years ago
  19. 9a3ecb0 MS wide bitfield error check in Sema by Reid Kleckner · 11 years ago
  20. 76a2ea3 Constify Replacements parameter to applyAllReplacements. by David Blaikie · 11 years ago
  21. d4de59d Fixed source range of C++03 access declarations. by Enea Zaffanella · 11 years ago
  22. b17a2c1 Option parsing tables: remove some unnecessary #defines by Hans Wennborg · 11 years ago
  23. 012cff9 Follow coding convention in argument decl. by Fariborz Jahanian · 11 years ago
  24. ad3c2b5 [arcmt] Remove some dead code. by Argyrios Kyrtzidis · 11 years ago
  25. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  26. bdfacea Add more types to ASTNodeKind. Refactor common instantiation code. by Samuel Benzaquen · 11 years ago
  27. a3c6246 This patch removes unused parameter allProperties and converts remaining by Fariborz Jahanian · 11 years ago
  28. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  29. 8c35583 ObjC migrator: build conforming interface declaration (not yet used). wip. by Fariborz Jahanian · 11 years ago
  30. bf03b37 Fix member refs with using decl + anonymous union. by Eli Friedman · 11 years ago
  31. ad4aaf1 ObjC migrator: finding conforming protocol candidates for each class. wip. by Fariborz Jahanian · 11 years ago
  32. 3d882fa Fix a typo in the diagnostic note added in r186342. by Kaelyn Uhrain · 11 years ago
  33. d422434 Move the "->" to "." fixit from r186128 into a separate note since by Kaelyn Uhrain · 11 years ago
  34. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  35. 52c2575 Re-revert r86040, which was un-reverted in r186199. by Chandler Carruth · 11 years ago
  36. 02d26a8 Change cxx0x to cxx11 in diagnostic name. by Craig Topper · 11 years ago
  37. ace21ba If an unimported submodule of an imported module contains a declaration of a by Richard Smith · 11 years ago
  38. e33a0a8 Serialization support for TagDecl::IsCompleteDefinitionRequired by David Blaikie · 11 years ago
  39. 45a0409 Initialize the "IsCompleteDefinitionRequired" field in the ASTContext ctor by David Blaikie · 11 years ago
  40. 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
  41. 226399c Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT by David Blaikie · 11 years ago
  42. f475bf8 Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"" by David Blaikie · 11 years ago
  43. 65732a2 Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile" by David Blaikie · 11 years ago
  44. a995630 PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile by David Blaikie · 11 years ago
  45. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  46. 6e9d86b Provide a better diagnostic and a fixit for a '.' or '->' before the left paren by Kaelyn Uhrain · 11 years ago
  47. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  48. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  49. 78c2ec4 [analyzer] Treat nullPtrType as a location type. by Anna Zaks · 11 years ago
  50. cf2901a Make CXXBaseSpecifier::getType return unqual type. by Eli Friedman · 11 years ago
  51. faec47b clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 11 years ago
  52. 97a03cf Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. by Eli Bendersky · 11 years ago
  53. f92a509 ObjectiveC arc[qoi]: When due to change of certain methods' by Fariborz Jahanian · 11 years ago
  54. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  55. fd5c726 Documentation fixes - the rest of DeclCXX.h: by James Dennett · 11 years ago
  56. 2c4b9bd Documentation cleanup for DeclCXX.h: by James Dennett · 11 years ago
  57. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  58. 27ec2d0 Make CheckAddressOfOperand a member of Sema so it can be reused by by Richard Smith · 11 years ago
  59. 433a13d If we friend a declaration twice, that should not make it visible to name by Richard Smith · 11 years ago
  60. 07b1bbe ObjC migrator: Improve on hueristics. by Fariborz Jahanian · 11 years ago
  61. 49007d7 Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors to by James Dennett · 11 years ago
  62. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  63. e579889 Get rid of dead/useless code for block mangling. by Eli Friedman · 11 years ago
  64. 5e867c8 More local mangling fixes. by Eli Friedman · 11 years ago
  65. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  66. 4549d7f ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and by Rafael Espindola · 11 years ago
  67. 6c4898b Attempt typo correction for function calls with the wrong number of arguments. by Kaelyn Uhrain · 11 years ago
  68. 761695f Make a couple of useful typo correction callbacks more widely available. by Kaelyn Uhrain · 11 years ago
  69. 1921b58 [Objective-C migrator] replace candidate user setter/getter with by Fariborz Jahanian · 11 years ago
  70. 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
  71. 010bfc2 Documentation cleanup for include/clang/AST/ExprCXX.h. by James Dennett · 11 years ago
  72. bd9cbd2 Fixed source range for functional cast and unresolved construct expr nodes. by Enea Zaffanella · 11 years ago
  73. 251330d Documentation cleanup for include/clang/AST/DeclCXX.h, no substantive changes. by James Dennett · 11 years ago
  74. 2d77634 Fixed source location info for UnaryTransformTypeLoc nodes. by Enea Zaffanella · 11 years ago
  75. eb9c55f [comment parsing]: Removes an unsafe API whose by Fariborz Jahanian · 11 years ago
  76. afcb16f [objc migrator]: More knobs to do migration to use of objc's properties. by Fariborz Jahanian · 11 years ago
  77. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  78. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  79. 8540b6e Objective-C: diagnose when synthesizing an ivar of by Fariborz Jahanian · 11 years ago
  80. ee0a479 Add typedefs for Densemaps containing SmallVectors to avoid repeating the SmallVector size when creating iterators for the DenseMap. by Craig Topper · 11 years ago
  81. c65f034 Add some more documentation on how to navigate from a LambdaExpr::Capture by James Dennett · 11 years ago
  82. a2405c6 Minor documentation cleanup by James Dennett · 11 years ago
  83. 1686069 Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  84. 5631202 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 11 years ago
  85. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  86. 305e5b4 Part of PR15673: If a function template has a default argument in which by Richard Smith · 11 years ago
  87. 54ca069 PR16480: Reimplement token-caching for constructor initializer lists. This by Richard Smith · 11 years ago
  88. 3e3d20b "bool" should be a context-sensitive keyword in Altivec mode. by Bill Schmidt · 11 years ago
  89. 2b78142 Add file suffix for assembler-with-cpp. by Eli Friedman · 11 years ago
  90. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  91. ddcd660 Documentation: Update docs for C++ lambdas to more accurately reflect by James Dennett · 11 years ago
  92. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  93. 1f26342 Documentation cleanup for TypeOrdering.h. by James Dennett · 11 years ago
  94. 1ec5750 Documentation cleanup: Mostly formatting \brief documentation, also fix a by James Dennett · 11 years ago
  95. aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
  96. 89faf86 Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call by James Dennett · 11 years ago
  97. 9df0823 Driver: Push triple objects around instead of going to std::string all the time. by Benjamin Kramer · 11 years ago
  98. 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
  99. 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
  100. a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago