1. 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
  2. 60704ac Options.td: O0 and O4 are not Joined options by Hans Wennborg · 11 years ago
  3. 05c06c0 Fix typo in comment. by Joey Gouly · 11 years ago
  4. f10fa8d Options: Use AliasArgs for -O -> -O2 translation. by Hans Wennborg · 11 years ago
  5. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  6. 789d82a Check dynamic_cast is not used with -fno-rtti, unless it is a noop or can be resolved statically. by Arnaud A. de Grandmaison · 11 years ago
  7. d145ce7 Remove the SUPPORT_ALIASARGS define by Hans Wennborg · 11 years ago
  8. 893ea8d clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 11 years ago
  9. b087a5d Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td file by Hans Wennborg · 11 years ago
  10. 3d672e4 ObjectiveC ARC: finishing off issuing error when by Fariborz Jahanian · 11 years ago
  11. eff18b9 clang-format: Add more options to namespace indentation. by Daniel Jasper · 11 years ago
  12. 4382928 Option parsing tables: pick up AliasArgs from the OPTION macro. by Hans Wennborg · 11 years ago
  13. 01ad048 ObjectiveC ARC: Do not issue bridge cast diagnostic when by Fariborz Jahanian · 11 years ago
  14. 78d0fbf clang-cl: add the /c, /W0 and /W1 options by Hans Wennborg · 11 years ago
  15. 2651b7a ObjectiveC arc: Introduce a new initialization kind by Fariborz Jahanian · 11 years ago
  16. baaeb85 Improve the diagnostic experience, including adding recovery, for by Kaelyn Uhrain · 11 years ago
  17. afb90df Fix read of uninitialized enum value in test, caught by UBSan. No functionality by Richard Smith · 11 years ago
  18. 6365ab9 Start keeping track of what work was done to detect a GCC installation by Chandler Carruth · 11 years ago
  19. 750f73a err_attribute_missing_parameter_name has been replaced by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  20. 9f939f7 Replacing err_attribute_argument_not_int with err_attribute_not_type_attr by Aaron Ballman · 11 years ago
  21. 635de28 Add MicrosoftVFTableContext to AST by Timur Iskhodzhanov · 11 years ago
  22. 201bddc Added the notion of Type and TargetSpecific attributes to the clang tablegen. In turn, this fixes a mistake with Ptr32, Ptr64, UPtr and SPtr attribtues generating AST nodes that are never actually used. by Aaron Ballman · 11 years ago
  23. 3cd6feb err_attribute_not_string has been subsumed by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  24. aefb1d3 Convert a use of stat with sys::fs::status. by Rafael Espindola · 11 years ago
  25. 6981330 clang-cl: add support for the /? and /help options by Hans Wennborg · 11 years ago
  26. b28b044 Options.td: rename CCC{Driver,Debug}Opt to Internal{Driver,Debug}Opt by Hans Wennborg · 11 years ago
  27. b16bb35 Options.td: remove a_Group and L_Group. by Hans Wennborg · 11 years ago
  28. c5ae717 Add matcher for float literals. by Daniel Jasper · 11 years ago
  29. 6cf6914 Options.td: Update HelpText of CCCDriverOpt by Hans Wennborg · 11 years ago
  30. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  31. 76b5dd4 [analyzer] Fix FP warnings when binding a temporary to a local static variable by Pavel Labath · 11 years ago
  32. 1652ed1 Tighten type-checking for vector attributes. by Eli Friedman · 11 years ago
  33. 34f3bcf Partially revert r186903. by Eli Friedman · 11 years ago
  34. 6931b4d Move friend warning into CXX11 warning group. by Eli Friedman · 11 years ago
  35. 19caff4 Options.td: fold the NoForward flag into DriverOption by Hans Wennborg · 11 years ago
  36. b775100 When we perform dependent name lookup during template instantiation, it's not by Richard Smith · 11 years ago
  37. d78aef1 Options.td: finish comment about CompileOnly_Group by Hans Wennborg · 11 years ago
  38. 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
  39. 7185d62 Remove the mblaze backend from clang. by Rafael Espindola · 11 years ago
  40. 4c7736e Sema: Minor const fixups and control flow tidying. by Benjamin Kramer · 11 years ago
  41. 6de440e Add support for Adaptative matchers on the dynamic registry. by Samuel Benzaquen · 11 years ago
  42. e05dc6d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 11 years ago
  43. 03ce5f8 C++1y: track object lifetime during constexpr evaluation, and don't allow by Richard Smith · 11 years ago
  44. 11638f7 ObjC migrator: more knobs toward doing instancetype migration. by Fariborz Jahanian · 11 years ago
  45. 75fcef9 Remove HelpText for -fno-diagnostics-show-note-include-stack by Hans Wennborg · 11 years ago
  46. 679efe1 Changed "an macro" to "a macro" in diagnostic note. by Richard Trieu · 11 years ago
  47. 8d09216 ObjC migrator: Define family of methods by Fariborz Jahanian · 11 years ago
  48. 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
  49. 6e673f8 Removed useless source loc field in UnresolvedUsingTypenameDecl node. by Enea Zaffanella · 11 years ago
  50. 5940bf3 Add new diagnostic messages when too many arguments are presented to a by Richard Trieu · 11 years ago
  51. 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
  52. 4c4f6fe [libclang] Expose the rest of the array types. by Argyrios Kyrtzidis · 11 years ago
  53. 3a16aa9 Remove unused diagnostics. by Benjamin Kramer · 11 years ago
  54. 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
  55. 437d43f Consolidate several attribute argument diagnostics into a single, selectable diagnostic. This makes the diagnostic more consistent. by Aaron Ballman · 11 years ago
  56. 4ac537b C++1y literal suffix support: by Richard Smith · 11 years ago
  57. e6c8afc Error on more illegal kernel argument types for OpenCL by Matt Arsenault · 11 years ago
  58. b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
  59. 264d206 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 11 years ago
  60. b22d194 Make modules depend on the compiler's own module.map, as a proxy for the compiler itself. by Douglas Gregor · 11 years ago
  61. 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
  62. 0e1896a Add support for overloaded matchers. ie different matcher function signatures with the same name. by Samuel Benzaquen · 11 years ago
  63. a4130ba [ms-cxxabi] Emit linkonce complete dtors in TUs that need them by Reid Kleckner · 11 years ago
  64. cfa18ea Forward declare OMPClause in Sema.h to avoid an include by Reid Kleckner · 11 years ago
  65. b9a5935 Implement the part of C89 6.5.7 p3 requiring a constant initializer list by Enea Zaffanella · 11 years ago
  66. 8d030c7 Improve clarity/consistency of a few UsingDecl methods and related helpers. by Enea Zaffanella · 11 years ago
  67. cbc820a Implement DR257 / fix PR16659: by Richard Smith · 11 years ago
  68. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  69. 1169e2f Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef. by Robert Wilhelm · 11 years ago
  70. 0189fd6 Added preproc callback for pragma directives. by Enea Zaffanella · 11 years ago
  71. 1d3ce65 add type attribute warn_unused, for -Wunused-variable warnings (pr#14253) by Lubos Lunak · 11 years ago
  72. cfaa552 DiagnosticIDs: Forbid Diag ID from being valid by David Majnemer · 11 years ago
  73. a5e6601 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 11 years ago
  74. 4384712 FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations by Larisse Voufo · 11 years ago
  75. 8c5d407 Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions." by Larisse Voufo · 11 years ago
  76. a730f54 Use function overloading instead of template specialization for diagnosis of bad template argument deductions. by Larisse Voufo · 11 years ago
  77. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  78. 2f5a231 Add support for raw_ostream on the printing methods of Diagnostics. by Samuel Benzaquen · 11 years ago
  79. 5b92696 Create calling convention AttributedType sugar nodes by Reid Kleckner · 11 years ago
  80. cdbc3b3 [mips] Add support for command-line options -mno-check-zero-division and by Akira Hatanaka · 11 years ago
  81. fe6dec6 Replace some existing type attribute diagnostics with a by Aaron Ballman · 11 years ago
  82. 6fb63ab Add SourceRange to PPCallbacks::Defined callback. by John Thompson · 11 years ago
  83. de9ed71 Fix source range of implicitly instantiated friend declaration. by Enea Zaffanella · 11 years ago
  84. 8b1f2f9 Allow clang tools to display an overview when using the CommonOptionsParser. by Manuel Klimek · 11 years ago
  85. 46fa4c3 Adds overlapsWith and contains predicates on tooling::Range. by Manuel Klimek · 11 years ago
  86. 0696301 Adds ctorInitializer and forEachConstructorInitializer matchers. by Manuel Klimek · 11 years ago
  87. 5806bb5 StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  88. 7a8918f StmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  89. 4fa7eab OpenMP: basic support for #pragma omp parallel by Alexey Bataev · 11 years ago
  90. ac7cc2d [analyzer] Include analysis stack in crash traces. by Jordan Rose · 11 years ago
  91. cd37a0b Fix crash-on-invalid with inheriting constructor. by Eli Friedman · 11 years ago
  92. c4ef948 Clean up diagnostics for inheriting constructors. by Eli Friedman · 11 years ago
  93. 44b41b1 ObjectiveC migrator: Remove semicolon after the typedef by Fariborz Jahanian · 11 years ago
  94. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  95. bbbb0fe ObjectiveC migration. migration to NS_ENUM/SN_OPTION - wip. by Fariborz Jahanian · 11 years ago
  96. 8a77c20 Separate the notion of 'context' when recursing down in the parser and actual errors. by Samuel Benzaquen · 11 years ago
  97. 38f71e2 Changed declarations from Attr to InheritableAttr as they are already being processed that way semantically. by Aaron Ballman · 11 years ago
  98. 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
  99. 6a04b5e Add condition expression result to if and elif callbacks. by John Thompson · 11 years ago
  100. 22050f2 Reinstate r186040, with additional fixes and more test coverage (reverted in by Richard Smith · 11 years ago