1. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  2. 0d3317e Improve the error message when a function overload candidate is rejected by Kaelyn Uhrain · 12 years ago
  3. c4429b9 Change -Winternal-linkage-in-inline from ExtWarn to Warning in C++. by Jordan Rose · 12 years ago
  4. f4205e1 Add language std for OpenCL 1.1 and 1.2. by Tanya Lattner · 12 years ago
  5. 0eb3f45 Support -Winternal-linkage-in-inline in C++ code. by Jordan Rose · 12 years ago
  6. 29271fb Move a few static functions from DiagnosticRenderer.cpp into SourceManager. by Matt Beaumont-Gay · 12 years ago
  7. 9c849b0 Documentation cleanup: by James Dennett · 12 years ago
  8. 11b46a0 Allow internal decls in inline functions if the function is in the main file. by Jordan Rose · 12 years ago
  9. 96c67d1 alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just means the function allocates x^2 bytes. GCC also accepts this syntax by Nuno Lopes · 12 years ago
  10. 93f95f2 Handle C++11 attribute namespaces automatically. by Sean Hunt · 12 years ago
  11. adc6cbf [MSExtensions] Add support for __forceinline. by Michael J. Spencer · 12 years ago
  12. 19a2702 Extend the error recovery for a template-argument-list terminated by '>>' to by Richard Smith · 12 years ago
  13. 7553ad2 Switch users of SmallMap to use SmallDenseMap instead. by Chandler Carruth · 12 years ago
  14. a24bd5d Documentation cleanup: by James Dennett · 12 years ago
  15. 071662d Documentation cleanup: by James Dennett · 12 years ago
  16. f977848 Documentation cleanup: by James Dennett · 12 years ago
  17. 3d7e24e Documentation cleanup: add parameter name to \param by James Dennett · 12 years ago
  18. a1e92ac Documentation cleanup: by James Dennett · 12 years ago
  19. 8629033 Documentation cleanup: escaped a < character in a Doxygen comment. by James Dennett · 12 years ago
  20. 7e6f1a2 Documentation cleanup: escaping #define in Doxygen comments by James Dennett · 12 years ago
  21. 11db92c Documentation cleanup: escaping # characters and adding \brief markup by James Dennett · 12 years ago
  22. 940a273 Documentation cleanup: escaping # characters and adding \brief markup by James Dennett · 12 years ago
  23. 0100598 Documentation cleanup: escape #undef in Doxygen comments. by James Dennett · 12 years ago
  24. 7f6da85 Documentation cleanup: delete an erroneous use of \link by James Dennett · 12 years ago
  25. c9e4b4b Documentation cleanup: typo fix, \briaf -> \brief by James Dennett · 12 years ago
  26. 7c0d2a3 Documentation cleanup: Add missing parameter name to a \param command by James Dennett · 12 years ago
  27. 75996d2 Documentation cleanup: escape "::" to eliminate a Doxygen warning by James Dennett · 12 years ago
  28. c4033f3 For compatibility with gcc, accept -maltivec as an alias of -faltivec. by Hal Finkel · 12 years ago
  29. d3cb28b Guard private fields that are unused in Release builds with #ifndef NDEBUG. by Benjamin Kramer · 12 years ago
  30. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  31. a0cff72 [AST/libclang] Fix the selector locations that are reported for a by Argyrios Kyrtzidis · 12 years ago
  32. 50dc12a Recover when correcting an unknown type name to a keyword like "struct". by Kaelyn Uhrain · 12 years ago
  33. 7bf3340 Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use. by Kaelyn Uhrain · 12 years ago
  34. 63734d2 Documentation cleanup: escape < characters in Doxygen comments. by James Dennett · 12 years ago
  35. 2edbc98 Documentation cleanup: Escaped # characters in Doxygen comments. by James Dennett · 12 years ago
  36. 94c2bf1 Add a missing initializer in ASTBitCodes.h by Dmitri Gribenko · 12 years ago
  37. c351d98 Documentation cleanup: by James Dennett · 12 years ago
  38. 40cc104 Documentation cleanup: fixed/created some /brief function summaries. by James Dennett · 12 years ago
  39. 6333361 Documentation cleanup: by James Dennett · 12 years ago
  40. fe865f1 Documentation fix (cleaning up my own breakage): close <tt> with </tt>, by James Dennett · 12 years ago
  41. c2f51cf Stop referring to functions as methods in per-function fallthrough-checking. by Sean Hunt · 12 years ago
  42. 106af9e Warn when a static variable is referenced in a non-static inline function. by Jordan Rose · 12 years ago
  43. 03f1eb0 Check the parameter lists and return type of both blocks and lambdas by Douglas Gregor · 12 years ago
  44. 260328c Documentation fix: Add a missing parameter name for a \param command by James Dennett · 12 years ago
  45. 86123c6 Documentation cleanup: by James Dennett · 12 years ago
  46. c1a88f2 Documentation cleanup: use \p ParameterName when referring to a parameter, by James Dennett · 12 years ago
  47. 18483f5 Fix a documentation typo: \\brief -> \brief by James Dennett · 12 years ago
  48. edd6d40 Documentation cleanup: fix \params to match the code. by James Dennett · 12 years ago
  49. 0899e97 Documentation cleanup: by James Dennett · 12 years ago
  50. a7b7d1a Documentation cleanup: fix erroneous uses of \arg. by James Dennett · 12 years ago
  51. cda8df0 Add XOP frcz instrinsics. by Craig Topper · 12 years ago
  52. 55bf699 Ongoing documentation cleanup: by James Dennett · 12 years ago
  53. 7eee018 Documentation cleanup for clang-c: by James Dennett · 12 years ago
  54. 0982205 Ongoing documentation cleanup: fixed Doxygen markup errors, added \brief by James Dennett · 12 years ago
  55. 940152f Support -f[no-]rewrite-includes from the driver. by David Blaikie · 12 years ago
  56. f1492f9 Support -frewrite-includes as an option while preprocessing. by David Blaikie · 12 years ago
  57. 60ad16b Rename -rewrite-includes to -frewrite-includes. by David Blaikie · 12 years ago
  58. 809d1be More doxygen/documentation cleanups. by James Dennett · 12 years ago
  59. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  60. 8ab09da Moved the StringLiteral printing code from StmtPrinter into the StringLiteral by Richard Trieu · 12 years ago
  61. dc9327a Provide a -no-pedantic to cancel out -pedantic. by John McCall · 12 years ago
  62. 52ec0c0 Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode. by Daniel Jasper · 12 years ago
  63. 5daa4de Add XOP permute intrinsics. by Craig Topper · 12 years ago
  64. 54655be If parsing a trailing-return-type fails, don't pretend we didn't have one at by Richard Smith · 12 years ago
  65. c7d2e33 Correct comment. The return type was changed to const Type* in r123814. Patch by David Röthlisberger. by Dmitri Gribenko · 12 years ago
  66. 8cd64b4 Etch out the code path for MS-style inline assembly. by Chad Rosier · 12 years ago
  67. f548512 Enable -Wunused-private-field with -Wunused. by Benjamin Kramer · 12 years ago
  68. ecbc009 Add XOP shift and compare intrinsics. by Craig Topper · 12 years ago
  69. 17d26a6 Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms by James Dennett · 12 years ago
  70. 7ed25df Const'ify CompilerInvocation::toArgs(). by Argyrios Kyrtzidis · 12 years ago
  71. 3335eb7 Add XOP vprot* instruction intrinsics by Craig Topper · 12 years ago
  72. d3861ce Remove CXXRecordDecl flags which are unused after r158289. by Richard Smith · 12 years ago
  73. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  74. 18b73ea More XOP intrinsics by Craig Topper · 12 years ago
  75. 239c030 Begin adding XOP intrinsics by Craig Topper · 12 years ago
  76. 801e609 Fix the top-of-file comment in Attr.h to say that it's about attributes, not by James Dennett · 12 years ago
  77. db3d68f Reorder ParsedTemplateArg's members to reduce padding on x86_64. by Benjamin Kramer · 12 years ago
  78. 681ab89 Replace constant-sized BitVector with std::bitset. by Benjamin Kramer · 12 years ago
  79. 135bf8e [libclang] When doing the cursor visitation make sure declarations by Argyrios Kyrtzidis · 12 years ago
  80. 092bf67 Correct method name in comment: from LexRawToken to LexFromRawLexer, according by Dmitri Gribenko · 12 years ago
  81. 49fdccb Convert comments to proper Doxygen comments. by Dmitri Gribenko · 12 years ago
  82. 0abbdfe Warn in ObjC++ when an 'auto' variable deduces type 'id'. by Jordan Rose · 12 years ago
  83. 9f63a45 Disallow using ObjC literals in direct comparisons (== and friends). by Jordan Rose · 12 years ago
  84. 3f5f558 PR13051: If a constructor is explicitly defaulted, it isn't marked as being by Richard Smith · 12 years ago
  85. 6fe6a49 Disable _Pragma during HTML macro rewriting to keep from crashing. by Jordan Rose · 12 years ago
  86. 47d9de6 Switch LineTableInfo to use FileID instead of int for file references, by Douglas Gregor · 12 years ago
  87. 374a00b [libclang] Don't crash when saving a PCH from a prefix header by Argyrios Kyrtzidis · 12 years ago
  88. b4bc99b Add ext_vector type code for builtins, from John Garvin! by Douglas Gregor · 12 years ago
  89. 41c2bcf Fix many doxygen formatting errors. by Chandler Carruth · 12 years ago
  90. b8e54cd Reuse APInt's getNumWords, which gets rounding right (my ad-hoc solution missed it). by Benjamin Kramer · 12 years ago
  91. 8552437 Plug a long standing memory leak in TemplateArgument. by Benjamin Kramer · 12 years ago
  92. e17fdb2 [analyzer] Anti-aliasing: different heap allocations do not alias by Anna Zaks · 12 years ago
  93. d880b3a Insert a space if necessary when suggesting CFBridgingRetain/Release. by Jordan Rose · 12 years ago
  94. c86c40b Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope by Douglas Gregor · 12 years ago
  95. 36397dc [analyzer] Provide debug descriptions for all memory space regions. by Jordan Rose · 12 years ago
  96. b8c5e6b Fix Makefile: Options.td depends on CC1Options.td. by Jordan Rose · 12 years ago
  97. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  98. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  99. facde17 Remove unused private member variables found by clang's new -Wunused-private-field. by Benjamin Kramer · 12 years ago
  100. d73ef13 Add pedantic warning -Wempty-translation-unit (C11 6.9p1). by Jordan Rose · 12 years ago