1. 012cff9 Follow coding convention in argument decl. by Fariborz Jahanian · 11 years ago
  2. ad3c2b5 [arcmt] Remove some dead code. by Argyrios Kyrtzidis · 11 years ago
  3. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  4. bdfacea Add more types to ASTNodeKind. Refactor common instantiation code. by Samuel Benzaquen · 11 years ago
  5. a3c6246 This patch removes unused parameter allProperties and converts remaining by Fariborz Jahanian · 11 years ago
  6. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  7. 8c35583 ObjC migrator: build conforming interface declaration (not yet used). wip. by Fariborz Jahanian · 11 years ago
  8. bf03b37 Fix member refs with using decl + anonymous union. by Eli Friedman · 11 years ago
  9. ad4aaf1 ObjC migrator: finding conforming protocol candidates for each class. wip. by Fariborz Jahanian · 11 years ago
  10. 3d882fa Fix a typo in the diagnostic note added in r186342. by Kaelyn Uhrain · 11 years ago
  11. d422434 Move the "->" to "." fixit from r186128 into a separate note since by Kaelyn Uhrain · 11 years ago
  12. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  13. 52c2575 Re-revert r86040, which was un-reverted in r186199. by Chandler Carruth · 11 years ago
  14. 02d26a8 Change cxx0x to cxx11 in diagnostic name. by Craig Topper · 11 years ago
  15. ace21ba If an unimported submodule of an imported module contains a declaration of a by Richard Smith · 11 years ago
  16. e33a0a8 Serialization support for TagDecl::IsCompleteDefinitionRequired by David Blaikie · 11 years ago
  17. 45a0409 Initialize the "IsCompleteDefinitionRequired" field in the ASTContext ctor by David Blaikie · 11 years ago
  18. 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
  19. 226399c Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT by David Blaikie · 11 years ago
  20. f475bf8 Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"" by David Blaikie · 11 years ago
  21. 65732a2 Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile" by David Blaikie · 11 years ago
  22. a995630 PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile by David Blaikie · 11 years ago
  23. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  24. 6e9d86b Provide a better diagnostic and a fixit for a '.' or '->' before the left paren by Kaelyn Uhrain · 11 years ago
  25. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  26. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  27. 78c2ec4 [analyzer] Treat nullPtrType as a location type. by Anna Zaks · 11 years ago
  28. cf2901a Make CXXBaseSpecifier::getType return unqual type. by Eli Friedman · 11 years ago
  29. faec47b clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 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. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  33. fd5c726 Documentation fixes - the rest of DeclCXX.h: by James Dennett · 11 years ago
  34. 2c4b9bd Documentation cleanup for DeclCXX.h: by James Dennett · 11 years ago
  35. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  36. 27ec2d0 Make CheckAddressOfOperand a member of Sema so it can be reused by by Richard Smith · 11 years ago
  37. 433a13d If we friend a declaration twice, that should not make it visible to name by Richard Smith · 11 years ago
  38. 07b1bbe ObjC migrator: Improve on hueristics. by Fariborz Jahanian · 11 years ago
  39. 49007d7 Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors to by James Dennett · 11 years ago
  40. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  41. e579889 Get rid of dead/useless code for block mangling. by Eli Friedman · 11 years ago
  42. 5e867c8 More local mangling fixes. by Eli Friedman · 11 years ago
  43. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  44. 4549d7f ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and by Rafael Espindola · 11 years ago
  45. 6c4898b Attempt typo correction for function calls with the wrong number of arguments. by Kaelyn Uhrain · 11 years ago
  46. 761695f Make a couple of useful typo correction callbacks more widely available. by Kaelyn Uhrain · 11 years ago
  47. 1921b58 [Objective-C migrator] replace candidate user setter/getter with by Fariborz Jahanian · 11 years ago
  48. 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
  49. 010bfc2 Documentation cleanup for include/clang/AST/ExprCXX.h. by James Dennett · 11 years ago
  50. bd9cbd2 Fixed source range for functional cast and unresolved construct expr nodes. by Enea Zaffanella · 11 years ago
  51. 251330d Documentation cleanup for include/clang/AST/DeclCXX.h, no substantive changes. by James Dennett · 11 years ago
  52. 2d77634 Fixed source location info for UnaryTransformTypeLoc nodes. by Enea Zaffanella · 11 years ago
  53. eb9c55f [comment parsing]: Removes an unsafe API whose by Fariborz Jahanian · 11 years ago
  54. afcb16f [objc migrator]: More knobs to do migration to use of objc's properties. by Fariborz Jahanian · 11 years ago
  55. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  56. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  57. 8540b6e Objective-C: diagnose when synthesizing an ivar of by Fariborz Jahanian · 11 years ago
  58. 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
  59. c65f034 Add some more documentation on how to navigate from a LambdaExpr::Capture by James Dennett · 11 years ago
  60. a2405c6 Minor documentation cleanup by James Dennett · 11 years ago
  61. 1686069 Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  62. 5631202 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 11 years ago
  63. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  64. 305e5b4 Part of PR15673: If a function template has a default argument in which by Richard Smith · 11 years ago
  65. 54ca069 PR16480: Reimplement token-caching for constructor initializer lists. This by Richard Smith · 11 years ago
  66. 3e3d20b "bool" should be a context-sensitive keyword in Altivec mode. by Bill Schmidt · 11 years ago
  67. 2b78142 Add file suffix for assembler-with-cpp. by Eli Friedman · 11 years ago
  68. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  69. ddcd660 Documentation: Update docs for C++ lambdas to more accurately reflect by James Dennett · 11 years ago
  70. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  71. 1f26342 Documentation cleanup for TypeOrdering.h. by James Dennett · 11 years ago
  72. 1ec5750 Documentation cleanup: Mostly formatting \brief documentation, also fix a by James Dennett · 11 years ago
  73. aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
  74. 89faf86 Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call by James Dennett · 11 years ago
  75. 9df0823 Driver: Push triple objects around instead of going to std::string all the time. by Benjamin Kramer · 11 years ago
  76. 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
  77. 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
  78. a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
  79. 6982bf4 Lazily deserialize function template specializations. This fixes a cycle in by Richard Smith · 11 years ago
  80. ded9979 Switch Decl instantiation to DeclNodes.inc. by Eli Friedman · 11 years ago
  81. 49bab4c Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into by Richard Smith · 11 years ago
  82. bf516f7 Delete dead code. by Eli Friedman · 11 years ago
  83. 0a598fd Delete dead code. by Eli Friedman · 11 years ago
  84. 6887ff2 Simplify StmtIterator. by Eli Friedman · 11 years ago
  85. 375a4f5 Small improvements to createOutputFile. by Rafael Espindola · 11 years ago
  86. 7419d01 Fix a conversion to incomplete type bug -- The error message now specifically states that the type is incomplete and points to the forward declaration of the incomplete type. by Larisse Voufo · 11 years ago
  87. 642038d Delete dead code. by Eli Friedman · 11 years ago
  88. a8bd8c8 Sema: Small cleanup around TemplateParamListContext by David Majnemer · 11 years ago
  89. 7841abf AST: small cleanup to FriendObjectKind by David Majnemer · 11 years ago
  90. cd06f26 Rewrite record layout for ms_struct structs. by Eli Friedman · 11 years ago
  91. eb7c6f3 Updating the same comment in a different file, again for links. No functional change intended. by Aaron Ballman · 11 years ago
  92. 2ccf698 Fix warning: commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions] by Nico Weber · 11 years ago
  93. 11be064 Match MSVC's handling of commas during macro argument expansion by Reid Kleckner · 11 years ago
  94. de2541a Quieting an MSVC warning about converting negative integer constants to unsigned types. by Aaron Ballman · 11 years ago
  95. 9230690 Remove forward declarations of sys::Path. by Rafael Espindola · 11 years ago
  96. b804cb3 Remove some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  97. 4fc5089 Lazily deserialize the "first' friend declaration when deserializing a class by Richard Smith · 11 years ago
  98. f6a144f Implement DR136 by David Majnemer · 11 years ago
  99. 87b12b2 Implement DR21 by David Majnemer · 11 years ago
  100. 548fba9 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 11 years ago