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