1. 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
  2. 4c4f6fe [libclang] Expose the rest of the array types. by Argyrios Kyrtzidis · 11 years ago
  3. d732928 Going back to using getName for consistency. by Aaron Ballman · 11 years ago
  4. 8fb316a Expand test/Driver/at_file.c test to check that PR16209 is fixed. by Hans Wennborg · 11 years ago
  5. c2294ef Remove line number from test/Analysis/crash-trace.c. by Jordan Rose · 11 years ago
  6. 371aad5 Mark test/Analysis/crash-trace.c as requiring crash recovery. by Jordan Rose · 11 years ago
  7. ec97014 Convert another test to -###. by Rafael Espindola · 11 years ago
  8. bae4dc4 Fixing the build bots from the previous commit. by Aaron Ballman · 11 years ago
  9. 73b11d9 Add missing quotes for -###. by Rafael Espindola · 11 years ago
  10. 2907f78 Use -### instead of -ccc-echo. by Rafael Espindola · 11 years ago
  11. faf71a8 Replacing some manual diagnostic checks with an existing helper method. Adding missing test cases for the diagnostics. by Aaron Ballman · 11 years ago
  12. 8424852 Run %clang_cc1, it is the one that actually crashes. by Rafael Espindola · 11 years ago
  13. 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
  14. 437d43f Consolidate several attribute argument diagnostics into a single, selectable diagnostic. This makes the diagnostic more consistent. by Aaron Ballman · 11 years ago
  15. 081c883 Correcting the NSObject and Overloadable attribute diagnostics so that the count reported matches reality. by Aaron Ballman · 11 years ago
  16. 4ac537b C++1y literal suffix support: by Richard Smith · 11 years ago
  17. fee1622 [analyzer] Enable pseudo-destructor expressions. by Jordan Rose · 11 years ago
  18. 413c572 [analyzer] Add test for crash tracing (r186639) by Jordan Rose · 11 years ago
  19. 9815ec0 Revert "[analyzer] Add very limited support for temporary destructors" by Jordan Rose · 11 years ago
  20. e6c8afc Error on more illegal kernel argument types for OpenCL by Matt Arsenault · 11 years ago
  21. 17b3c0d Make the nomathbuiltin.c test less demanding. by Eli Bendersky · 11 years ago
  22. 683a37b Further simplify test case from r186894 by David Blaikie · 11 years ago
  23. b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
  24. 08bf33a Simplify testcase. rdar://problem/14386148 by Adrian Prantl · 11 years ago
  25. 264d206 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 11 years ago
  26. 34cb2a3 ObjectiveC migration. Better handle migration to conforming by Fariborz Jahanian · 11 years ago
  27. 334ded9 Debug Info: Acknowledge the alignment when locating byref block variables. by Adrian Prantl · 11 years ago
  28. df88082 Testcase for PR16673. by Eli Friedman · 11 years ago
  29. 8202630 Fixed implementation of C89 6.5.7 p3. by Enea Zaffanella · 11 years ago
  30. e3069e2 Objective-C migration: Use NS_OPTIONS when enumerators by Fariborz Jahanian · 11 years ago
  31. 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
  32. 10ed981 Add testcase for PR16134, which no longer crashes with ToT. by Richard Smith · 11 years ago
  33. 6bc8f9a This test was missing its -verify argument. by Aaron Ballman · 11 years ago
  34. a4130ba [ms-cxxabi] Emit linkonce complete dtors in TUs that need them by Reid Kleckner · 11 years ago
  35. b9a5935 Implement the part of C89 6.5.7 p3 requiring a constant initializer list by Enea Zaffanella · 11 years ago
  36. 03c55be PR16288: A template is only missing a default template argument if it provides by Richard Smith · 11 years ago
  37. cbc820a Implement DR257 / fix PR16659: by Richard Smith · 11 years ago
  38. c1e293f Test updates missed from r186799. by Richard Smith · 11 years ago
  39. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  40. 81e4549 report unused-value warning also for warn_unused types by Lubos Lunak · 11 years ago
  41. cfc5708 Add missing check for creating an instance of an abstract class through an by Richard Smith · 11 years ago
  42. cbec59a Undisable a test for a c++98-compat warning for inheriting constructors now that we implement them. by Richard Smith · 11 years ago
  43. 1d3ce65 add type attribute warn_unused, for -Wunused-variable warnings (pr#14253) by Lubos Lunak · 11 years ago
  44. 8ee6a0d avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831) by Lubos Lunak · 11 years ago
  45. ce6af11 fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795) by Lubos Lunak · 11 years ago
  46. 03bf10d If a default argument is a dependent type, get the real type from the desugared by Richard Trieu · 11 years ago
  47. 6540052 Fix bug in computing POD-for-layout. by Eli Friedman · 11 years ago
  48. a5e6601 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 11 years ago
  49. 4384712 FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations by Larisse Voufo · 11 years ago
  50. 8c5d407 Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions." by Larisse Voufo · 11 years ago
  51. ba037f2 Fix pack instantiation with function types. by Eli Friedman · 11 years ago
  52. a730f54 Use function overloading instead of template specialization for diagnosis of bad template argument deductions. by Larisse Voufo · 11 years ago
  53. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  54. c6274ce Use an i686 triple for this test now that it uses stdcall by Reid Kleckner · 11 years ago
  55. 4bdb602 Fix another place where clang check objc selector name instead of checking the selector family by Jean-Daniel Dupas · 11 years ago
  56. faae53d ObjectiveC migrator: Another use case of enum by Fariborz Jahanian · 11 years ago
  57. 5b92696 Create calling convention AttributedType sugar nodes by Reid Kleckner · 11 years ago
  58. 10ec0e4 Fix for template substitution with packs. by Eli Friedman · 11 years ago
  59. cdbc3b3 [mips] Add support for command-line options -mno-check-zero-division and by Akira Hatanaka · 11 years ago
  60. d0c5b8a [arcmt] After checking is successful disable auto-synthesize to avoid "@synthesize of 'weak' property is only by Argyrios Kyrtzidis · 11 years ago
  61. e36d31e Fix test to actually check things. by Benjamin Kramer · 11 years ago
  62. 7268563 Fixes an ObjC migrator crash when last decl in file is an enum. by Fariborz Jahanian · 11 years ago
  63. 5c92b9a [SystemZ] Add -march= command-line option by Richard Sandiford · 11 years ago
  64. 0e373ec [SystemZ] Enable frame-pointer elimination for -O1 and above by Richard Sandiford · 11 years ago
  65. 4fa7eab OpenMP: basic support for #pragma omp parallel by Alexey Bataev · 11 years ago
  66. 9f9e543 ObjectiveC migrator: add support to migrate to NS_OPTIONS. by Fariborz Jahanian · 11 years ago
  67. cd37a0b Fix crash-on-invalid with inheriting constructor. by Eli Friedman · 11 years ago
  68. c4ef948 Clean up diagnostics for inheriting constructors. by Eli Friedman · 11 years ago
  69. 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
  70. 44b41b1 ObjectiveC migrator: Remove semicolon after the typedef by Fariborz Jahanian · 11 years ago
  71. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  72. bbbb0fe ObjectiveC migration. migration to NS_ENUM/SN_OPTION - wip. by Fariborz Jahanian · 11 years ago
  73. 87f2cb5 [Driver] Use LLVM's response file parser because it can read UTF-16 by Reid Kleckner · 11 years ago
  74. bb145e8 Test contents were somehow duplicated, resulting in any testcase that fails automatically failing twice. Removing the duplicates. by Aaron Ballman · 11 years ago
  75. 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
  76. f0c06a3 Fix crash in libclang if code completion is used with unknown flags. by Manuel Klimek · 11 years ago
  77. 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
  78. c6dabb9 Fix volatile _Complex alignment test on platforms where 64-bit floating point isn't 64-bit aligned by JF Bastien · 11 years ago
  79. b3f111b Don't generate bogus line table entries for __copy_helper_block_ and by Adrian Prantl · 11 years ago
  80. 22050f2 Reinstate r186040, with additional fixes and more test coverage (reverted in by Richard Smith · 11 years ago
  81. 9a3ecb0 MS wide bitfield error check in Sema by Reid Kleckner · 11 years ago
  82. 8df014e Improve idiomatic-parentheses by checking method family instead of relying on the selector name. by Jean-Daniel Dupas · 11 years ago
  83. bccda13 [analyzer] Handle C++11 member initializer expressions. by Jordan Rose · 11 years ago
  84. df70700 [analyzer] Handle C string default values for const char * arguments. by Jordan Rose · 11 years ago
  85. be2e1b1 [analyzer] Treat std::initializer_list as opaque rather than aborting. by Jordan Rose · 11 years ago
  86. 9c3bd4f Replace TEST* with CHECK-DAG in vbtable tests by Timur Iskhodzhanov · 11 years ago
  87. 046e79a [analyzer] Add very limited support for temporary destructors by Pavel Labath · 11 years ago
  88. ac13d61 clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts. by NAKAMURA Takumi · 11 years ago
  89. ab96e56 Propagate alignment for _Complex by JF Bastien · 11 years ago
  90. e828018 ObjectiveC migrator: When adding conforming protocol, by Fariborz Jahanian · 11 years ago
  91. 21cde05 Make Expr::isConstantInitializer match IRGen. by Eli Friedman · 11 years ago
  92. 8d8bfb3 ObjectiveC migrator. If a class implements a protocol's by Fariborz Jahanian · 11 years ago
  93. be6d913 Fix crash on complex constant zero. by Eli Friedman · 11 years ago
  94. e91b1b9 ObjectiveC migration: complete migrating class by Fariborz Jahanian · 11 years ago
  95. 40c84df FileCheckize test/Driver/immediate-options.c by Hans Wennborg · 11 years ago
  96. 6cbe66f Fix test on release builds. by Tim Northover · 11 years ago
  97. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  98. e8caa30 Limit number of bits in size representation so that bit size fit 64 bits. by Serge Pavlov · 11 years ago
  99. 9ec4099 Merge attributes on typedef decls. by Eli Friedman · 11 years ago
  100. 5029bd5 Fix alignment of class derived from empty class. by Eli Friedman · 11 years ago