1. 4626a20 Fix bug in clang-format's vim integration cause by r186789. by Daniel Jasper · 11 years ago
  2. 0e1896a Add support for overloaded matchers. ie different matcher function signatures with the same name. by Samuel Benzaquen · 11 years ago
  3. 212e3d7 c-index-test.c: Let this C89-compliant since r186817. by NAKAMURA Takumi · 11 years ago
  4. a4130ba [ms-cxxabi] Emit linkonce complete dtors in TUs that need them by Reid Kleckner · 11 years ago
  5. 73701ea Rename D to GD to match the type, which is GlobalDecl by Reid Kleckner · 11 years ago
  6. 264947a Install git-clang-format along with clang-format by default. by Daniel Jasper · 11 years ago
  7. cfa18ea Forward declare OMPClause in Sema.h to avoid an include by Reid Kleckner · 11 years ago
  8. b9a5935 Implement the part of C89 6.5.7 p3 requiring a constant initializer list by Enea Zaffanella · 11 years ago
  9. 8d030c7 Improve clarity/consistency of a few UsingDecl methods and related helpers. by Enea Zaffanella · 11 years ago
  10. 0d317a0 Remove superfluous cast. by Robert Wilhelm · 11 years ago
  11. 03c55be PR16288: A template is only missing a default template argument if it provides by Richard Smith · 11 years ago
  12. cbc820a Implement DR257 / fix PR16659: by Richard Smith · 11 years ago
  13. 9fa6673 SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  14. c1e293f Test updates missed from r186799. by Richard Smith · 11 years ago
  15. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  16. 85c4851 Const-correct some iterators. No functional change. by Craig Topper · 11 years ago
  17. 8bfffa5 Replace 'unsigned short' with 'uint16_t' in a packed data structure for consistency with other fields and to be explicit about bit count. by Craig Topper · 11 years ago
  18. cbfb8d7 Revert r186649 because it wasn't unnecessary and add a comment. by Craig Topper · 11 years ago
  19. 1169e2f Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef. by Robert Wilhelm · 11 years ago
  20. 81e4549 report unused-value warning also for warn_unused types by Lubos Lunak · 11 years ago
  21. 0e295f3 clang-format: Smarter replacement in the vim integration. by Daniel Jasper · 11 years ago
  22. 0189fd6 Added preproc callback for pragma directives. by Enea Zaffanella · 11 years ago
  23. cfc5708 Add missing check for creating an instance of an abstract class through an by Richard Smith · 11 years ago
  24. cbec59a Undisable a test for a c++98-compat warning for inheriting constructors now that we implement them. by Richard Smith · 11 years ago
  25. 1d3ce65 add type attribute warn_unused, for -Wunused-variable warnings (pr#14253) by Lubos Lunak · 11 years ago
  26. 8ee6a0d avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831) by Lubos Lunak · 11 years ago
  27. ce6af11 fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795) by Lubos Lunak · 11 years ago
  28. 844a527 Silence GCC warning for using both enum and unsigned in a ternary expr. by Benjamin Kramer · 11 years ago
  29. cfaa552 DiagnosticIDs: Forbid Diag ID from being valid by David Majnemer · 11 years ago
  30. 03bf10d If a default argument is a dependent type, get the real type from the desugared by Richard Trieu · 11 years ago
  31. 6540052 Fix bug in computing POD-for-layout. by Eli Friedman · 11 years ago
  32. 3727c8f Use -lines option instead of -offset/-length. This fixes problems with files using dos newlines (<CR><LF>). by Alexander Kornienko · 11 years ago
  33. a5e6601 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 11 years ago
  34. 4384712 FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations by Larisse Voufo · 11 years ago
  35. 8c5d407 Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions." by Larisse Voufo · 11 years ago
  36. ba037f2 Fix pack instantiation with function types. by Eli Friedman · 11 years ago
  37. a730f54 Use function overloading instead of template specialization for diagnosis of bad template argument deductions. by Larisse Voufo · 11 years ago
  38. 20cfeca Correctly handle packs for variadic type traits. by Eli Friedman · 11 years ago
  39. 519f26b Remove trailing whitespace by Craig Topper · 11 years ago
  40. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  41. c6274ce Use an i686 triple for this test now that it uses stdcall by Reid Kleckner · 11 years ago
  42. 4bdb602 Fix another place where clang check objc selector name instead of checking the selector family by Jean-Daniel Dupas · 11 years ago
  43. faae53d ObjectiveC migrator: Another use case of enum by Fariborz Jahanian · 11 years ago
  44. 2f5a231 Add support for raw_ostream on the printing methods of Diagnostics. by Samuel Benzaquen · 11 years ago
  45. 5b92696 Create calling convention AttributedType sugar nodes by Reid Kleckner · 11 years ago
  46. 10ec0e4 Fix for template substitution with packs. by Eli Friedman · 11 years ago
  47. 635c1dc Update users manual to indicate: by Richard Smith · 11 years ago
  48. cdbc3b3 [mips] Add support for command-line options -mno-check-zero-division and by Akira Hatanaka · 11 years ago
  49. d0c5b8a [arcmt] After checking is successful disable auto-synthesize to avoid "@synthesize of 'weak' property is only by Argyrios Kyrtzidis · 11 years ago
  50. fe6dec6 Replace some existing type attribute diagnostics with a by Aaron Ballman · 11 years ago
  51. 6fb63ab Add SourceRange to PPCallbacks::Defined callback. by John Thompson · 11 years ago
  52. de9ed71 Fix source range of implicitly instantiated friend declaration. by Enea Zaffanella · 11 years ago
  53. e36d31e Fix test to actually check things. by Benjamin Kramer · 11 years ago
  54. 7268563 Fixes an ObjC migrator crash when last decl in file is an enum. by Fariborz Jahanian · 11 years ago
  55. 7abbb85 This patch implements __get_cpuid_max() as an inline and __cpuid() and by Roman Divacky · 11 years ago
  56. 5c92b9a [SystemZ] Add -march= command-line option by Richard Sandiford · 11 years ago
  57. 0e373ec [SystemZ] Enable frame-pointer elimination for -O1 and above by Richard Sandiford · 11 years ago
  58. e6a0f09 Revert r186672 - turns out ASan supports Mac OS 10.6 yet. by Alexey Samsonov · 11 years ago
  59. 829fbc5 [ASan] Reflect the dropped Mac OS 10.6 support in docs by Alexey Samsonov · 11 years ago
  60. 8b1f2f9 Allow clang tools to display an overview when using the CommonOptionsParser. by Manuel Klimek · 11 years ago
  61. 46fa4c3 Adds overlapsWith and contains predicates on tooling::Range. by Manuel Klimek · 11 years ago
  62. 0696301 Adds ctorInitializer and forEachConstructorInitializer matchers. by Manuel Klimek · 11 years ago
  63. 5806bb5 StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  64. 7a8918f StmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  65. 7248217 Improve clang-format vim integration. by Daniel Jasper · 11 years ago
  66. 6e007f9 Simplify the CodeGenFunction::Build*Virtual*Call family of functions by Timur Iskhodzhanov · 11 years ago
  67. e3fbbe9 Remove trailing whitespace. by Craig Topper · 11 years ago
  68. a4f5252 Remove unnecessary IsFirst variable from debug codde in GetDiagInfo. by Craig Topper · 11 years ago
  69. 4fa7eab OpenMP: basic support for #pragma omp parallel by Alexey Bataev · 11 years ago
  70. 9f9e543 ObjectiveC migrator: add support to migrate to NS_OPTIONS. by Fariborz Jahanian · 11 years ago
  71. ac7cc2d [analyzer] Include analysis stack in crash traces. by Jordan Rose · 11 years ago
  72. 8fed3f4 Update createCompileUnit call for llvm changes. by Eric Christopher · 11 years ago
  73. cd37a0b Fix crash-on-invalid with inheriting constructor. by Eli Friedman · 11 years ago
  74. c4ef948 Clean up diagnostics for inheriting constructors. by Eli Friedman · 11 years ago
  75. d95f88a Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length. by Alexander Kornienko · 11 years ago
  76. 44b41b1 ObjectiveC migrator: Remove semicolon after the typedef by Fariborz Jahanian · 11 years ago
  77. 33530b8 Address -Wreorder warning in Driver.cpp by Hans Wennborg · 11 years ago
  78. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  79. bbbb0fe ObjectiveC migration. migration to NS_ENUM/SN_OPTION - wip. by Fariborz Jahanian · 11 years ago
  80. 87f2cb5 [Driver] Use LLVM's response file parser because it can read UTF-16 by Reid Kleckner · 11 years ago
  81. 8a77c20 Separate the notion of 'context' when recursing down in the parser and actual errors. by Samuel Benzaquen · 11 years ago
  82. 38f71e2 Changed declarations from Attr to InheritableAttr as they are already being processed that way semantically. by Aaron Ballman · 11 years ago
  83. ffa9d57 Switching to use checkAttributeNumArgs for trivial cases. No functional changes intended. by Aaron Ballman · 11 years ago
  84. bb145e8 Test contents were somehow duplicated, resulting in any testcase that fails automatically failing twice. Removing the duplicates. by Aaron Ballman · 11 years ago
  85. 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
  86. 5e2169f clang-format: Fix bad line break with pointers to members. by Daniel Jasper · 11 years ago
  87. f0c06a3 Fix crash in libclang if code completion is used with unknown flags. by Manuel Klimek · 11 years ago
  88. 2dbdef2 Removed a parameter from handleAttrWithMessage to make it more consistent with other attribute handlers, as well as other attribute error messages. Added missing test cases for the unavailable attribute, and updated the deprecated test case. by Aaron Ballman · 11 years ago
  89. c6dabb9 Fix volatile _Complex alignment test on platforms where 64-bit floating point isn't 64-bit aligned by JF Bastien · 11 years ago
  90. b061ce2 s/BuiltinLocation/ArtificialLocation/ by Adrian Prantl · 11 years ago
  91. b2d1392 Instead of checking against some version of "isType()" go ahead and by Eric Christopher · 11 years ago
  92. 0a10323 Fix a compile error caught by bb-chapuni. by Adrian Prantl · 11 years ago
  93. 6e73edf Fix a compile error caught by bb-chapuni. by Adrian Prantl · 11 years ago
  94. b3f111b Don't generate bogus line table entries for __copy_helper_block_ and by Adrian Prantl · 11 years ago
  95. ed6bbe4 Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces by Adrian Prantl · 11 years ago
  96. 18a0cd5 Clarified documentation. by Adrian Prantl · 11 years ago
  97. 5f4554f Simplify logic by using the appropriate function. by Adrian Prantl · 11 years ago
  98. 6a04b5e Add condition expression result to if and elif callbacks. by John Thompson · 11 years ago
  99. 22050f2 Reinstate r186040, with additional fixes and more test coverage (reverted in by Richard Smith · 11 years ago
  100. 7dab97b 80-column fixes. by Eric Christopher · 11 years ago