1. 34f3bcf Partially revert r186903. by Eli Friedman · 11 years ago
  2. 6931b4d Move friend warning into CXX11 warning group. by Eli Friedman · 11 years ago
  3. 19caff4 Options.td: fold the NoForward flag into DriverOption by Hans Wennborg · 11 years ago
  4. b775100 When we perform dependent name lookup during template instantiation, it's not by Richard Smith · 11 years ago
  5. d78aef1 Options.td: finish comment about CompileOnly_Group by Hans Wennborg · 11 years ago
  6. 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
  7. 7185d62 Remove the mblaze backend from clang. by Rafael Espindola · 11 years ago
  8. 4c7736e Sema: Minor const fixups and control flow tidying. by Benjamin Kramer · 11 years ago
  9. 6de440e Add support for Adaptative matchers on the dynamic registry. by Samuel Benzaquen · 11 years ago
  10. e05dc6d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 11 years ago
  11. 03ce5f8 C++1y: track object lifetime during constexpr evaluation, and don't allow by Richard Smith · 11 years ago
  12. 11638f7 ObjC migrator: more knobs toward doing instancetype migration. by Fariborz Jahanian · 11 years ago
  13. 75fcef9 Remove HelpText for -fno-diagnostics-show-note-include-stack by Hans Wennborg · 11 years ago
  14. 679efe1 Changed "an macro" to "a macro" in diagnostic note. by Richard Trieu · 11 years ago
  15. 8d09216 ObjC migrator: Define family of methods by Fariborz Jahanian · 11 years ago
  16. baec778 Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases. by Aaron Ballman · 11 years ago
  17. 6e673f8 Removed useless source loc field in UnresolvedUsingTypenameDecl node. by Enea Zaffanella · 11 years ago
  18. 5940bf3 Add new diagnostic messages when too many arguments are presented to a by Richard Trieu · 11 years ago
  19. 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
  20. 4c4f6fe [libclang] Expose the rest of the array types. by Argyrios Kyrtzidis · 11 years ago
  21. 3a16aa9 Remove unused diagnostics. by Benjamin Kramer · 11 years ago
  22. 73883c3 Removed a redundant diagnostic and replaced it with a more standard one. Added a test case for the diagnostic. by Aaron Ballman · 11 years ago
  23. 437d43f Consolidate several attribute argument diagnostics into a single, selectable diagnostic. This makes the diagnostic more consistent. by Aaron Ballman · 11 years ago
  24. 4ac537b C++1y literal suffix support: by Richard Smith · 11 years ago
  25. e6c8afc Error on more illegal kernel argument types for OpenCL by Matt Arsenault · 11 years ago
  26. b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
  27. 264d206 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 11 years ago
  28. b22d194 Make modules depend on the compiler's own module.map, as a proxy for the compiler itself. by Douglas Gregor · 11 years ago
  29. 0474cfd [arcmt] Only disable ARC in the second compilation if there were actually ARC errors in the checking phase. by Argyrios Kyrtzidis · 11 years ago
  30. 0e1896a Add support for overloaded matchers. ie different matcher function signatures with the same name. by Samuel Benzaquen · 11 years ago
  31. a4130ba [ms-cxxabi] Emit linkonce complete dtors in TUs that need them by Reid Kleckner · 11 years ago
  32. cfa18ea Forward declare OMPClause in Sema.h to avoid an include by Reid Kleckner · 11 years ago
  33. b9a5935 Implement the part of C89 6.5.7 p3 requiring a constant initializer list by Enea Zaffanella · 11 years ago
  34. 8d030c7 Improve clarity/consistency of a few UsingDecl methods and related helpers. by Enea Zaffanella · 11 years ago
  35. cbc820a Implement DR257 / fix PR16659: by Richard Smith · 11 years ago
  36. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  37. 1169e2f Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef. by Robert Wilhelm · 11 years ago
  38. 0189fd6 Added preproc callback for pragma directives. by Enea Zaffanella · 11 years ago
  39. 1d3ce65 add type attribute warn_unused, for -Wunused-variable warnings (pr#14253) by Lubos Lunak · 11 years ago
  40. cfaa552 DiagnosticIDs: Forbid Diag ID from being valid by David Majnemer · 11 years ago
  41. a5e6601 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 11 years ago
  42. 4384712 FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations by Larisse Voufo · 11 years ago
  43. 8c5d407 Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions." by Larisse Voufo · 11 years ago
  44. a730f54 Use function overloading instead of template specialization for diagnosis of bad template argument deductions. by Larisse Voufo · 11 years ago
  45. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  46. 2f5a231 Add support for raw_ostream on the printing methods of Diagnostics. by Samuel Benzaquen · 11 years ago
  47. 5b92696 Create calling convention AttributedType sugar nodes by Reid Kleckner · 11 years ago
  48. cdbc3b3 [mips] Add support for command-line options -mno-check-zero-division and by Akira Hatanaka · 11 years ago
  49. fe6dec6 Replace some existing type attribute diagnostics with a by Aaron Ballman · 11 years ago
  50. 6fb63ab Add SourceRange to PPCallbacks::Defined callback. by John Thompson · 11 years ago
  51. de9ed71 Fix source range of implicitly instantiated friend declaration. by Enea Zaffanella · 11 years ago
  52. 8b1f2f9 Allow clang tools to display an overview when using the CommonOptionsParser. by Manuel Klimek · 11 years ago
  53. 46fa4c3 Adds overlapsWith and contains predicates on tooling::Range. by Manuel Klimek · 11 years ago
  54. 0696301 Adds ctorInitializer and forEachConstructorInitializer matchers. by Manuel Klimek · 11 years ago
  55. 5806bb5 StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  56. 7a8918f StmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  57. 4fa7eab OpenMP: basic support for #pragma omp parallel by Alexey Bataev · 11 years ago
  58. ac7cc2d [analyzer] Include analysis stack in crash traces. by Jordan Rose · 11 years ago
  59. cd37a0b Fix crash-on-invalid with inheriting constructor. by Eli Friedman · 11 years ago
  60. c4ef948 Clean up diagnostics for inheriting constructors. by Eli Friedman · 11 years ago
  61. 44b41b1 ObjectiveC migrator: Remove semicolon after the typedef by Fariborz Jahanian · 11 years ago
  62. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  63. bbbb0fe ObjectiveC migration. migration to NS_ENUM/SN_OPTION - wip. by Fariborz Jahanian · 11 years ago
  64. 8a77c20 Separate the notion of 'context' when recursing down in the parser and actual errors. by Samuel Benzaquen · 11 years ago
  65. 38f71e2 Changed declarations from Attr to InheritableAttr as they are already being processed that way semantically. by Aaron Ballman · 11 years ago
  66. 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
  67. 6a04b5e Add condition expression result to if and elif callbacks. by John Thompson · 11 years ago
  68. 22050f2 Reinstate r186040, with additional fixes and more test coverage (reverted in by Richard Smith · 11 years ago
  69. 9a3ecb0 MS wide bitfield error check in Sema by Reid Kleckner · 11 years ago
  70. 76a2ea3 Constify Replacements parameter to applyAllReplacements. by David Blaikie · 11 years ago
  71. d4de59d Fixed source range of C++03 access declarations. by Enea Zaffanella · 11 years ago
  72. b17a2c1 Option parsing tables: remove some unnecessary #defines by Hans Wennborg · 11 years ago
  73. 012cff9 Follow coding convention in argument decl. by Fariborz Jahanian · 11 years ago
  74. ad3c2b5 [arcmt] Remove some dead code. by Argyrios Kyrtzidis · 11 years ago
  75. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  76. bdfacea Add more types to ASTNodeKind. Refactor common instantiation code. by Samuel Benzaquen · 11 years ago
  77. a3c6246 This patch removes unused parameter allProperties and converts remaining by Fariborz Jahanian · 11 years ago
  78. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  79. 8c35583 ObjC migrator: build conforming interface declaration (not yet used). wip. by Fariborz Jahanian · 11 years ago
  80. bf03b37 Fix member refs with using decl + anonymous union. by Eli Friedman · 11 years ago
  81. ad4aaf1 ObjC migrator: finding conforming protocol candidates for each class. wip. by Fariborz Jahanian · 11 years ago
  82. 3d882fa Fix a typo in the diagnostic note added in r186342. by Kaelyn Uhrain · 11 years ago
  83. d422434 Move the "->" to "." fixit from r186128 into a separate note since by Kaelyn Uhrain · 11 years ago
  84. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  85. 52c2575 Re-revert r86040, which was un-reverted in r186199. by Chandler Carruth · 11 years ago
  86. 02d26a8 Change cxx0x to cxx11 in diagnostic name. by Craig Topper · 11 years ago
  87. ace21ba If an unimported submodule of an imported module contains a declaration of a by Richard Smith · 11 years ago
  88. e33a0a8 Serialization support for TagDecl::IsCompleteDefinitionRequired by David Blaikie · 11 years ago
  89. 45a0409 Initialize the "IsCompleteDefinitionRequired" field in the ASTContext ctor by David Blaikie · 11 years ago
  90. 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
  91. 226399c Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT by David Blaikie · 11 years ago
  92. f475bf8 Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"" by David Blaikie · 11 years ago
  93. 65732a2 Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile" by David Blaikie · 11 years ago
  94. a995630 PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile by David Blaikie · 11 years ago
  95. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  96. 6e9d86b Provide a better diagnostic and a fixit for a '.' or '->' before the left paren by Kaelyn Uhrain · 11 years ago
  97. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  98. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  99. 78c2ec4 [analyzer] Treat nullPtrType as a location type. by Anna Zaks · 11 years ago
  100. cf2901a Make CXXBaseSpecifier::getType return unqual type. by Eli Friedman · 11 years ago