1. a995630 PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile by David Blaikie · 11 years ago
  2. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  3. 6e9d86b Provide a better diagnostic and a fixit for a '.' or '->' before the left paren by Kaelyn Uhrain · 11 years ago
  4. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  5. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  6. 78c2ec4 [analyzer] Treat nullPtrType as a location type. by Anna Zaks · 11 years ago
  7. cf2901a Make CXXBaseSpecifier::getType return unqual type. by Eli Friedman · 11 years ago
  8. faec47b clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 11 years ago
  9. 97a03cf Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. by Eli Bendersky · 11 years ago
  10. f92a509 ObjectiveC arc[qoi]: When due to change of certain methods' by Fariborz Jahanian · 11 years ago
  11. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  12. fd5c726 Documentation fixes - the rest of DeclCXX.h: by James Dennett · 11 years ago
  13. 2c4b9bd Documentation cleanup for DeclCXX.h: by James Dennett · 11 years ago
  14. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  15. 27ec2d0 Make CheckAddressOfOperand a member of Sema so it can be reused by by Richard Smith · 11 years ago
  16. 433a13d If we friend a declaration twice, that should not make it visible to name by Richard Smith · 11 years ago
  17. 07b1bbe ObjC migrator: Improve on hueristics. by Fariborz Jahanian · 11 years ago
  18. 49007d7 Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors to by James Dennett · 11 years ago
  19. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  20. e579889 Get rid of dead/useless code for block mangling. by Eli Friedman · 11 years ago
  21. 5e867c8 More local mangling fixes. by Eli Friedman · 11 years ago
  22. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  23. 4549d7f ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and by Rafael Espindola · 11 years ago
  24. 6c4898b Attempt typo correction for function calls with the wrong number of arguments. by Kaelyn Uhrain · 11 years ago
  25. 761695f Make a couple of useful typo correction callbacks more widely available. by Kaelyn Uhrain · 11 years ago
  26. 1921b58 [Objective-C migrator] replace candidate user setter/getter with by Fariborz Jahanian · 11 years ago
  27. 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
  28. 010bfc2 Documentation cleanup for include/clang/AST/ExprCXX.h. by James Dennett · 11 years ago
  29. bd9cbd2 Fixed source range for functional cast and unresolved construct expr nodes. by Enea Zaffanella · 11 years ago
  30. 251330d Documentation cleanup for include/clang/AST/DeclCXX.h, no substantive changes. by James Dennett · 11 years ago
  31. 2d77634 Fixed source location info for UnaryTransformTypeLoc nodes. by Enea Zaffanella · 11 years ago
  32. eb9c55f [comment parsing]: Removes an unsafe API whose by Fariborz Jahanian · 11 years ago
  33. afcb16f [objc migrator]: More knobs to do migration to use of objc's properties. by Fariborz Jahanian · 11 years ago
  34. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  35. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  36. 8540b6e Objective-C: diagnose when synthesizing an ivar of by Fariborz Jahanian · 11 years ago
  37. 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
  38. c65f034 Add some more documentation on how to navigate from a LambdaExpr::Capture by James Dennett · 11 years ago
  39. a2405c6 Minor documentation cleanup by James Dennett · 11 years ago
  40. 1686069 Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  41. 5631202 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 11 years ago
  42. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  43. 305e5b4 Part of PR15673: If a function template has a default argument in which by Richard Smith · 11 years ago
  44. 54ca069 PR16480: Reimplement token-caching for constructor initializer lists. This by Richard Smith · 11 years ago
  45. 3e3d20b "bool" should be a context-sensitive keyword in Altivec mode. by Bill Schmidt · 11 years ago
  46. 2b78142 Add file suffix for assembler-with-cpp. by Eli Friedman · 11 years ago
  47. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  48. ddcd660 Documentation: Update docs for C++ lambdas to more accurately reflect by James Dennett · 11 years ago
  49. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  50. 1f26342 Documentation cleanup for TypeOrdering.h. by James Dennett · 11 years ago
  51. 1ec5750 Documentation cleanup: Mostly formatting \brief documentation, also fix a by James Dennett · 11 years ago
  52. aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
  53. 89faf86 Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call by James Dennett · 11 years ago
  54. 9df0823 Driver: Push triple objects around instead of going to std::string all the time. by Benjamin Kramer · 11 years ago
  55. 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
  56. 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
  57. a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
  58. 6982bf4 Lazily deserialize function template specializations. This fixes a cycle in by Richard Smith · 11 years ago
  59. ded9979 Switch Decl instantiation to DeclNodes.inc. by Eli Friedman · 11 years ago
  60. 49bab4c Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into by Richard Smith · 11 years ago
  61. bf516f7 Delete dead code. by Eli Friedman · 11 years ago
  62. 0a598fd Delete dead code. by Eli Friedman · 11 years ago
  63. 6887ff2 Simplify StmtIterator. by Eli Friedman · 11 years ago
  64. 375a4f5 Small improvements to createOutputFile. by Rafael Espindola · 11 years ago
  65. 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
  66. 642038d Delete dead code. by Eli Friedman · 11 years ago
  67. a8bd8c8 Sema: Small cleanup around TemplateParamListContext by David Majnemer · 11 years ago
  68. 7841abf AST: small cleanup to FriendObjectKind by David Majnemer · 11 years ago
  69. cd06f26 Rewrite record layout for ms_struct structs. by Eli Friedman · 11 years ago
  70. eb7c6f3 Updating the same comment in a different file, again for links. No functional change intended. by Aaron Ballman · 11 years ago
  71. 2ccf698 Fix warning: commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions] by Nico Weber · 11 years ago
  72. 11be064 Match MSVC's handling of commas during macro argument expansion by Reid Kleckner · 11 years ago
  73. de2541a Quieting an MSVC warning about converting negative integer constants to unsigned types. by Aaron Ballman · 11 years ago
  74. 9230690 Remove forward declarations of sys::Path. by Rafael Espindola · 11 years ago
  75. b804cb3 Remove some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  76. 4fc5089 Lazily deserialize the "first' friend declaration when deserializing a class by Richard Smith · 11 years ago
  77. f6a144f Implement DR136 by David Majnemer · 11 years ago
  78. 87b12b2 Implement DR21 by David Majnemer · 11 years ago
  79. 548fba9 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 11 years ago
  80. fdf137b Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 11 years ago
  81. 9db7f57 Fix deserializing of class template partial specializations. Assign sequence by Richard Smith · 11 years ago
  82. ea94314 Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results of using -performSelectorXXX. by Ted Kremenek · 11 years ago
  83. cd9c2f2 Fix "funciton" typo from r184763 by Reid Kleckner · 11 years ago
  84. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  85. 8c0501c [Sema] Call CheckParmForFunctionDef on ObjC method parameters by Reid Kleckner · 11 years ago
  86. c5b0054 Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 11 years ago
  87. ab297cc Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to by Richard Smith · 11 years ago
  88. a558d2e Move comment on Sema::isFunctionPointerVarDecl() to the header file by Dmitri Gribenko · 11 years ago
  89. 6969e43 Documentation parsing: recognize \relates, \related, \relatesonly, \relatedonly by Dmitri Gribenko · 11 years ago
  90. 572cf58 ArrayRef'ize Sema::CodeCompleteConstructorInitializer by Dmitri Gribenko · 11 years ago
  91. 2946ceb AST: Clean up FriendObjectKind related decls by David Majnemer · 11 years ago
  92. 97e5bc2 Comment parsing: followup to r184610: allow multiple \returns by Dmitri Gribenko · 11 years ago
  93. 6e322c0 Add dumping support for DeclContext's StoredDeclsMap. by Richard Smith · 11 years ago
  94. 4985429 Instantiation bug fix extension (cf. r184503) -- minor code fixes, including a typo that caused a runtime assertion after firing diagnosis for class definitions, with the 'template' keyword as template header, in friend declarations. by Larisse Voufo · 11 years ago
  95. 2f68669 Revert r184401 which reverted r183462. by David Majnemer · 11 years ago
  96. 0538f0e Extend -Wnon-pod-varargs to more cases, such as function pointers as return by Richard Trieu · 11 years ago
  97. c8fa525 Provide suggested no-arg calls for overloaded member functions missing calls by David Blaikie · 11 years ago
  98. 73b8d4b Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if by Nick Lewycky · 11 years ago
  99. a9a7f10 Add an option to not indent declarations when breaking after the type. by Manuel Klimek · 11 years ago
  100. 8f5d7d1 [Modules] If a module map resides in a system header directory, treat it as a system module. by Douglas Gregor · 11 years ago