1. 535ae75 Remove unused method Job::AddCommand. by Hans Wennborg · 11 years ago
  2. a33ab60 Consumed Analysis: The 'consumable' attribute now takes a identifier specifying the default assumed state for objects of this class by David Blaikie · 11 years ago
  3. dae9271 Improve error for "override" + non-virtual func. by Eli Friedman · 11 years ago
  4. 0b62cc3 Handle zero-width and double-width characters in string literals and comments. by Alexander Kornienko · 11 years ago
  5. 7b7bef1 Add new methods for TargetInfo: by Stepan Dyatkovskiy · 11 years ago
  6. b2c7047 Support suppressing unused arguments warnings as a core option so that by Chandler Carruth · 11 years ago
  7. a5e77a8 Add specific warning flags for GNU ext in lexer. by Eli Friedman · 11 years ago
  8. 86164e8 Note when a decl is used in AST files. by Eli Friedman · 11 years ago
  9. 6155fbe Remove the -fuse-gold-plugin driver option. by Rafael Espindola · 11 years ago
  10. 9e046e1 More unused warning silencing. by Eric Christopher · 11 years ago
  11. 9a2a52f Cleaned doxygen comments. by Alexander Kornienko · 11 years ago
  12. 912502b Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instructions: by Hao Liu · 11 years ago
  13. 799bf2d Attempt to silence some defined but not used warnings. by Eric Christopher · 11 years ago
  14. 5013fcf Documentation fix: remove advice to use cast/dyn_cast on TypeLocs, updating by James Dennett · 11 years ago
  15. bdf3341 Add a diagnostic group for the "ignoring (static|inline) keyword on by Peter Collingbourne · 11 years ago
  16. 5f7ac67 ObjectiveC migrator: Cannot use bridging annotations for by Fariborz Jahanian · 11 years ago
  17. 709a8ca clang-cl: Make -W a core option so we can adjust clang warnings. by Reid Kleckner · 11 years ago
  18. caa5ab2 Switched FormatAttr to using an IdentifierArgument instead of a StringArgument since that is a more accurate modeling. by Aaron Ballman · 11 years ago
  19. 99a7238 Refactor computation of whether a variable declaration's type should be merged by Richard Smith · 11 years ago
  20. 0e8534e Consumed analysis: add return_typestate attribute. by DeLesley Hutchins · 11 years ago
  21. 8edabd9 Factor out parsing and allocation of IdentifierLoc objects. by Richard Smith · 11 years ago
  22. 36d558d Add an implicit dtor CFG node just before C++ 'delete' expressions. by Jordan Rose · 11 years ago
  23. 4367829 Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" by Rafael Espindola · 11 years ago
  24. 2dfbb32 Remove unused group. by Rafael Espindola · 11 years ago
  25. a673dbd Use -### instead of -ccc-print-options. by Rafael Espindola · 11 years ago
  26. 7156fff Remove DynCastMatcher, since it is pretty much the same as Matcher<T>::WrappedMatcher. by Samuel Benzaquen · 11 years ago
  27. 8f1a2db OpenMP: Data-sharing attributes analysis and clause 'shared' by Alexey Bataev · 11 years ago
  28. 39024ec Remove 3 unused ccc options. by Rafael Espindola · 11 years ago
  29. 94c0ad9 Clean out unused diagnostics. by Benjamin Kramer · 11 years ago
  30. 9a96de7 The diagnostic err_init_conversion_failed uses the enum by Richard Trieu · 11 years ago
  31. 624421f Consolidating the notion of a GNU attribute parameter with the attribute argument list. by Aaron Ballman · 11 years ago
  32. c55bee6 Consumed analysis: add 'consumable' class attribute. by DeLesley Hutchins · 11 years ago
  33. 4e899d9 Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. by Samuel Benzaquen · 11 years ago
  34. c2d7757 Don't eagerly load all conversion operators when loading a class declaration by Richard Smith · 11 years ago
  35. 26c7dc3 Simplify slightly. by Richard Smith · 11 years ago
  36. e8519c3 Add ms_abi and sysv_abi attribute handling. by Charles Davis · 11 years ago
  37. cd03f86 Be lazier when loading KeyFunctions from PCH/modules. We don't need to load by Richard Smith · 11 years ago
  38. b7dc1f5 Consumed analysis: improve handling of conditionals. by DeLesley Hutchins · 11 years ago
  39. d0f2921 ObjectiveC migrator: remove dead code. by Fariborz Jahanian · 11 years ago
  40. 944f09f mangle aarch64 Neon ACLE scalar instrinsic name with BHSD suffix. by Kevin Qin · 11 years ago
  41. 8ed2f3a Change return type of Sema::DiagnoseAmbiguousLookup from bool to void. by Serge Pavlov · 11 years ago
  42. 46c8fca Make getDiagnosticsInGroup helper method a static function in the cpp file and move the WarningOption struct into an anonymous namespace instead of clang namespace since it no longer needs to be forward declared in the header. by Craig Topper · 11 years ago
  43. 4a97b8e Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't by Richard Smith · 11 years ago
  44. 5b98aba ObjectiveC migrator. This patch infers readonly properties for no-parameter by Fariborz Jahanian · 11 years ago
  45. 3f93d4c Improve error for assignment to incomplete class. by Eli Friedman · 11 years ago
  46. a735090 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  47. ef07203 Delete CC_Default and use the target default CC everywhere by Reid Kleckner · 11 years ago
  48. 3c4da0c clang-cl: Support -fsanitize=address by Hans Wennborg · 11 years ago
  49. 642a4db [analyzer] Don't include Clang headers inside a namespace. by Jordan Rose · 11 years ago
  50. 55ee1eb Warn that -O4 is the same as -O3. by Rafael Espindola · 11 years ago
  51. 99e0df4 Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer." by Samuel Benzaquen · 11 years ago
  52. 3b082a3 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  53. a778cde Adding a vector version of clang::tooling::shiftedCodePosition(). by Edwin Vane · 11 years ago
  54. d36e463 Rewrite eachOf/allOf/anyOf to use a variadic operator. by Samuel Benzaquen · 11 years ago
  55. 1806239 Cleanup of OpaquePtr. No functionality changes. by Serge Pavlov · 11 years ago
  56. a87ce26 Adding const buffer iterator generators to Rewriter by Edwin Vane · 11 years ago
  57. 60c444d Since r179585, __declspec(property) has gotten special treatment as an attribute where it is not processed as part of the typical Sema attribute functionality. Specifying this attribute as being "ignored" because there is no sema handler for it as a Decl attribute, and no AST node generated for it. by Aaron Ballman · 11 years ago
  58. 168de19 Simplify now that -O4 just maps to -O3 and -O is an alias of -O2. by Rafael Espindola · 11 years ago
  59. 6db9088 Produce an error when trying to link with -emit-llvm. by Rafael Espindola · 11 years ago
  60. 80434a3 Fix comment. by Michael Han · 11 years ago
  61. 02ab7d3 Add gcc ARM flags -munaligned-access / -mno-unaligned-access by Renato Golin · 11 years ago
  62. 45bd294 Add the -ffixed-r9 flag for ARM. by Renato Golin · 11 years ago
  63. 809d254 This wasn't headers, just missing namespaces. by Benjamin Kramer · 11 years ago
  64. 8d2a5ea A clean-up pass, exploring the unification of traversals of class, variable and function templates. by Larisse Voufo · 11 years ago
  65. 344472e Use pop_back_val() instead of both back() and pop_back(). by Robert Wilhelm · 11 years ago
  66. 7865b8e Respect -Wnewline-eof even in C++11 mode. by Jordan Rose · 11 years ago
  67. 14a46a1 arc commit didn't add this because it wasn't in the patch... by David Majnemer · 11 years ago
  68. d1282ec Sema: Properly support Microsoft-mode template arguments by David Majnemer · 11 years ago
  69. 8ef1b37 Reword a diagnostic to avoid a confusing implication that it might be talking by Richard Smith · 11 years ago
  70. 37fd27d Remove SequenceNumber from class/variable template partial specializations. by Richard Smith · 11 years ago
  71. 5fdd207 Update to consumed analysis. by DeLesley Hutchins · 11 years ago
  72. 544ae5b Refactor VariantMatcher to use an interface underneath. by Samuel Benzaquen · 11 years ago
  73. 152b4e4 Revert "Implement a rudimentary form of generic lambdas." by Manuel Klimek · 11 years ago
  74. 21adb0c const'ify Sema::ActOnCXXTryBlock by by Robert Wilhelm · 11 years ago
  75. 32b5a1e Constify more uses of ASTContext&. No functional change. by Craig Topper · 11 years ago
  76. 8b4b98b Constify some more ASTContext& uses. by Craig Topper · 11 years ago
  77. 0b86156 Constify the ASTContext& passed to Stmt creation functions. Also constify the context in couple other functions that are called from creation functions. by Craig Topper · 11 years ago
  78. 9db7a7e Constify the ASTContext& passed to Expr creation functions. Also constify the context in couple other functions that are called from creation functions. by Craig Topper · 11 years ago
  79. 3613c00 Add test cases for avx512 feature flags. Fix typo in avx512pf options. by Craig Topper · 11 years ago
  80. ecb5819 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  81. 567f917 Refactor for clarity and simplicity. by Larisse Voufo · 11 years ago
  82. 2414697 Split isFromMainFile into two functions. by Eli Friedman · 11 years ago
  83. c0afea9 Reduce sizeof(TemplateArgument) from 32 to 24. by Eli Friedman · 11 years ago
  84. 34776d4 Updated the consumed analysis warnings to use a more standardized diagnostic. by Aaron Ballman · 11 years ago
  85. 5389b84 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 11 years ago
  86. 47ad6ce Analysis: Add support for MS specific printf format specifiers by David Majnemer · 11 years ago
  87. 8f189a9 Abstract out virtual calls and virtual function prologue code generation; implement them for -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  88. bca2c4f Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU. by Craig Topper · 11 years ago
  89. b1e588c Revert accidental commit. by Craig Topper · 11 years ago
  90. b7a95d2 Replace avx-512 with avx512f to match llvm side and what gcc patches appear to be using. by Craig Topper · 11 years ago
  91. e0f720e Remove Extension warning for GNU local labels. by Eli Friedman · 11 years ago
  92. 24515d9 Add more specific flags for misc GNU extensions. by Eli Friedman · 11 years ago
  93. d67679d During typo correction, check for an exact match in an unimported module. If we by Richard Smith · 11 years ago
  94. 5321e94 Adding Replacement serialization support by Edwin Vane · 11 years ago
  95. ade7cd4 Remove duplicated error checking. by Rafael Espindola · 11 years ago
  96. 7df56bf clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 11 years ago
  97. ad6177a [mips][msa] Added fexdo, fexup[lr] builtins by Daniel Sanders · 11 years ago
  98. ed218d0 Revert r188756 because some other changes snuck in with it. by Craig Topper · 11 years ago
  99. dab7845 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  100. f0dd853 ObjectiveC migrator: More work towards insertion of ObjC audit pragmas. by Fariborz Jahanian · 11 years ago