1. 0046ce5 Avoid crashing if a directory has no pch files. by Rafael Espindola · 11 years ago
  2. 40ec4d2 Reduce stack frame size by avoiding a large token vector on an error path. by Bob Wilson · 11 years ago
  3. 34d55e1 Fix formatting. No functional change. by Craig Topper · 11 years ago
  4. b6d0f4c Using the function pointer instead of the function type; this allows us to re-enable a warning in MSVC by default. by Aaron Ballman · 11 years ago
  5. 6981330 clang-cl: add support for the /? and /help options by Hans Wennborg · 11 years ago
  6. 2437c86 Don't build expressions for invalid casts. by Eli Friedman · 11 years ago
  7. 14d937a Handle a difference in lambda return type deduction between C++11 and C++1y: if by Richard Smith · 11 years ago
  8. ec0808d PR16708: If a lambda has an implicit return type, don't get confused if its return type has already been determined to be a type containing an 'auto'. by Richard Smith · 11 years ago
  9. 52d08fe Use the new boolean to StringRef function to generate the proper StringRefs. by Bill Wendling · 11 years ago
  10. b0e603c Debug Info / EmitCallArgs: arguments may modify the debug location. by Adrian Prantl · 11 years ago
  11. c5ae717 Add matcher for float literals. by Daniel Jasper · 11 years ago
  12. dc66326 [libclang] Remove comma from the blacklist of characters that prevent a comment to be attached to a decl. by Argyrios Kyrtzidis · 11 years ago
  13. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  14. e9512e2 [frontend] '-frewrite-includes' should not ignore headers included from command-line. by Argyrios Kyrtzidis · 11 years ago
  15. 76b5dd4 [analyzer] Fix FP warnings when binding a temporary to a local static variable by Pavel Labath · 11 years ago
  16. d10e5c2 Remove trailing whitespace. by Craig Topper · 11 years ago
  17. 1cc87df Remove trailing whitespace. by Craig Topper · 11 years ago
  18. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  19. 1652ed1 Tighten type-checking for vector attributes. by Eli Friedman · 11 years ago
  20. 003e1dc Fix gcc search for cross-compiler on Ubuntu 13.04. by Eli Friedman · 11 years ago
  21. 11311ea Fix GNU ObjC ABI for a message returning a struct. by Eli Friedman · 11 years ago
  22. 34f3bcf Partially revert r186903. by Eli Friedman · 11 years ago
  23. 19caff4 Options.td: fold the NoForward flag into DriverOption by Hans Wennborg · 11 years ago
  24. b775100 When we perform dependent name lookup during template instantiation, it's not by Richard Smith · 11 years ago
  25. b2c405e [analyzer] Remove dead optimization for MaterializeTemporaryExpr. by Jordan Rose · 11 years ago
  26. 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
  27. 7185d62 Remove the mblaze backend from clang. by Rafael Espindola · 11 years ago
  28. 0aaa57d [analyzer] Weaken assertion to account for pointer-to-integer casts. by Jordan Rose · 11 years ago
  29. e865cc5 clang-format: Fix switch/case interaction with macros. by Daniel Jasper · 11 years ago
  30. 8357746 Use memoization for has()-matcher. by Daniel Jasper · 11 years ago
  31. d66bf94 Avoid recursions when the parser finds out that it has too many brackets. by Rafael Espindola · 11 years ago
  32. cab4a09 Replace the "NoFramePointerElimNonLeaf" target option with a function attribute. by Bill Wendling · 11 years ago
  33. 3b47759 Debug Info: Fine-tune the simple return expression location handling to by Adrian Prantl · 11 years ago
  34. 09ade33 typo. by Adrian Prantl · 11 years ago
  35. ceaa1ec Documentation parsing: if typedef name is being declared by Fariborz Jahanian · 11 years ago
  36. 8f4269a Simplify code - no functionality change. by Eli Bendersky · 11 years ago
  37. 0323a78 Partial revert of r185568. by Eli Bendersky · 11 years ago
  38. b6cdc96 Debug Info: Fix an oversight of r186553. Ensure that the function prologue by Adrian Prantl · 11 years ago
  39. 65f1a4c Objective-C migrator: some cleanup. by Fariborz Jahanian · 11 years ago
  40. 5e151c5 ObjectiveC migration: Method candidates for by Fariborz Jahanian · 11 years ago
  41. f3ecf89 Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch. by Eli Bendersky · 11 years ago
  42. 3c3a522 Rename feature test for lambda init-captures from cxx_generalized_capture to by Richard Smith · 11 years ago
  43. a4fb339 Update documentation to match current C++1y feature set. by Richard Smith · 11 years ago
  44. 21fe450 Use ARM-style representation for C++ method pointers under PNaCl/Emscripten by Mark Seaborn · 11 years ago
  45. 4c7736e Sema: Minor const fixups and control flow tidying. by Benjamin Kramer · 11 years ago
  46. 6de440e Add support for Adaptative matchers on the dynamic registry. by Samuel Benzaquen · 11 years ago
  47. e05dc6d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 11 years ago
  48. 03ce5f8 C++1y: track object lifetime during constexpr evaluation, and don't allow by Richard Smith · 11 years ago
  49. 211b4a2 ObjectiveC migration: more migration to instancetype of NSDictionary methods. by Fariborz Jahanian · 11 years ago
  50. 26cf046 ObjectiveC migrator: start migrating to instancetype methods. by Fariborz Jahanian · 11 years ago
  51. 11638f7 ObjC migrator: more knobs toward doing instancetype migration. by Fariborz Jahanian · 11 years ago
  52. b199310 [PowerPC64] Fix passing of single-vector-member structs to match ABI. by Bill Schmidt · 11 years ago
  53. 8d09216 ObjC migrator: Define family of methods by Fariborz Jahanian · 11 years ago
  54. 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
  55. 5940bf3 Add new diagnostic messages when too many arguments are presented to a by Richard Trieu · 11 years ago
  56. 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
  57. d732928 Going back to using getName for consistency. by Aaron Ballman · 11 years ago
  58. faf71a8 Replacing some manual diagnostic checks with an existing helper method. Adding missing test cases for the diagnostics. by Aaron Ballman · 11 years ago
  59. 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
  60. 437d43f Consolidate several attribute argument diagnostics into a single, selectable diagnostic. This makes the diagnostic more consistent. by Aaron Ballman · 11 years ago
  61. 081c883 Correcting the NSObject and Overloadable attribute diagnostics so that the count reported matches reality. by Aaron Ballman · 11 years ago
  62. 4ac537b C++1y literal suffix support: by Richard Smith · 11 years ago
  63. fee1622 [analyzer] Enable pseudo-destructor expressions. by Jordan Rose · 11 years ago
  64. 9815ec0 Revert "[analyzer] Add very limited support for temporary destructors" by Jordan Rose · 11 years ago
  65. e6c8afc Error on more illegal kernel argument types for OpenCL by Matt Arsenault · 11 years ago
  66. b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
  67. 264d206 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 11 years ago
  68. 1f43791 Implement a better fix for r186894 by setting the appropriate type for __byref_variable_layout. by Adrian Prantl · 11 years ago
  69. 34cb2a3 ObjectiveC migration. Better handle migration to conforming by Fariborz Jahanian · 11 years ago
  70. 334ded9 Debug Info: Acknowledge the alignment when locating byref block variables. by Adrian Prantl · 11 years ago
  71. 4e16bf2 Don't emit open-paren fixit without close-paren. by Eli Friedman · 11 years ago
  72. b22d194 Make modules depend on the compiler's own module.map, as a proxy for the compiler itself. by Douglas Gregor · 11 years ago
  73. 45ccf28 Use the updated name for the attribute. by Bill Wendling · 11 years ago
  74. 8202630 Fixed implementation of C89 6.5.7 p3. by Enea Zaffanella · 11 years ago
  75. e3069e2 Objective-C migration: Use NS_OPTIONS when enumerators by Fariborz Jahanian · 11 years ago
  76. 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
  77. e088360 Update comment to refer to core issue number. by Richard Smith · 11 years ago
  78. 0e1896a Add support for overloaded matchers. ie different matcher function signatures with the same name. by Samuel Benzaquen · 11 years ago
  79. a4130ba [ms-cxxabi] Emit linkonce complete dtors in TUs that need them by Reid Kleckner · 11 years ago
  80. 73701ea Rename D to GD to match the type, which is GlobalDecl by Reid Kleckner · 11 years ago
  81. b9a5935 Implement the part of C89 6.5.7 p3 requiring a constant initializer list by Enea Zaffanella · 11 years ago
  82. 8d030c7 Improve clarity/consistency of a few UsingDecl methods and related helpers. by Enea Zaffanella · 11 years ago
  83. 0d317a0 Remove superfluous cast. by Robert Wilhelm · 11 years ago
  84. 03c55be PR16288: A template is only missing a default template argument if it provides by Richard Smith · 11 years ago
  85. cbc820a Implement DR257 / fix PR16659: by Richard Smith · 11 years ago
  86. 9fa6673 SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  87. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  88. 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
  89. cbfb8d7 Revert r186649 because it wasn't unnecessary and add a comment. by Craig Topper · 11 years ago
  90. 1169e2f Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef. by Robert Wilhelm · 11 years ago
  91. 81e4549 report unused-value warning also for warn_unused types by Lubos Lunak · 11 years ago
  92. 0189fd6 Added preproc callback for pragma directives. by Enea Zaffanella · 11 years ago
  93. cfc5708 Add missing check for creating an instance of an abstract class through an by Richard Smith · 11 years ago
  94. 1d3ce65 add type attribute warn_unused, for -Wunused-variable warnings (pr#14253) by Lubos Lunak · 11 years ago
  95. 8ee6a0d avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831) by Lubos Lunak · 11 years ago
  96. ce6af11 fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795) by Lubos Lunak · 11 years ago
  97. 844a527 Silence GCC warning for using both enum and unsigned in a ternary expr. by Benjamin Kramer · 11 years ago
  98. cfaa552 DiagnosticIDs: Forbid Diag ID from being valid by David Majnemer · 11 years ago
  99. 03bf10d If a default argument is a dependent type, get the real type from the desugared by Richard Trieu · 11 years ago
  100. 6540052 Fix bug in computing POD-for-layout. by Eli Friedman · 11 years ago