1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. f91fc4b Merging r195877: by Bill Wendling · 10 years ago
  8. 287d8b3 Merging r195149: by Bill Wendling · 11 years ago
  9. fbe8851 Remove period at end of "optimization level is unsupported" diagnostic by Hans Wennborg · 11 years ago
  10. 6932152 Make test/Driver/clang_f_opts.c not write to the test dir by Hans Wennborg · 11 years ago
  11. 762e567 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 11 years ago
  12. 5950181 Move remaining %clang_cc1 tests out of test/Driver by Alp Toker · 11 years ago
  13. 6c6fd7e Ignore test Inputs globally and remove redundant lit.local.cfg files by Alp Toker · 11 years ago
  14. 47ba7ec Fix test that was not being run by Alp Toker · 11 years ago
  15. 85e10d2 Fix "existant" typos by Alp Toker · 11 years ago
  16. 66b5dac ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archs by Tim Northover · 11 years ago
  17. 57af901 clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\', on win32. by NAKAMURA Takumi · 11 years ago
  18. a4516a5 [tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo. by Daniel Dunbar · 11 years ago
  19. 5389b84 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 11 years ago
  20. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  21. 201d3fb Indicate success for simple options when clang called with -cc1. by Rafael Espindola · 11 years ago
  22. e9512e2 [frontend] '-frewrite-includes' should not ignore headers included from command-line. by Argyrios Kyrtzidis · 11 years ago
  23. 8ee6a0d avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831) by Lubos Lunak · 11 years ago
  24. ce6af11 fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795) by Lubos Lunak · 11 years ago
  25. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  26. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  27. 8ffd0a4 Update for llvm::sys::fs::unique_file not creating directories. by Rafael Espindola · 11 years ago
  28. 375a4f5 Small improvements to createOutputFile. by Rafael Espindola · 11 years ago
  29. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  30. 596eea7 rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency. by Benjamin Kramer · 11 years ago
  31. 289323f Follow Jordan's advice and use {{^}} and {{$}} for this test by Reid Kleckner · 11 years ago
  32. 2c5a38e FileCheck-ify some clang grep tests that use double quotes by Reid Kleckner · 11 years ago
  33. 0340996 [frontend] -frewrite-includes: turn implicit module imports into @imports. by Argyrios Kyrtzidis · 11 years ago
  34. 507d496 [frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo that indicates return from another file. by Argyrios Kyrtzidis · 11 years ago
  35. ddc15c4 Escape # and $ in dependency files. by Benjamin Kramer · 11 years ago
  36. 7b79384 Delayed template parsing is not supported by the AST serialization system yet, so turning it off. This fixes a test breakage caused by r177336. by Aaron Ballman · 11 years ago
  37. 62ba4ba [frontend] Initialize the diagnostic client before loading an ast file. by Argyrios Kyrtzidis · 11 years ago
  38. 08e79d2 [driver] Warnings for warning options are handled by the frontend. The driver needs to process the by Chad Rosier · 11 years ago
  39. f5e208c hexagon-target-basic.c test: add REQUIRES line for hexagon target by Dmitri Gribenko · 11 years ago
  40. 1a090f1 Correct Hexagon DataLayout string. Fixes bug 14744. by Anshuman Dasgupta · 11 years ago
  41. 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
  42. 266dba3 Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. by Andy Gibbs · 12 years ago
  43. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  44. 4a529d2 Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. by Andy Gibbs · 12 years ago
  45. 1370d37 -iframework should allow separate arguments. by Douglas Gregor · 12 years ago
  46. 06b3a06 don't warn about unused values when the unused value is a statement expression expanded from a macro. This is of dubious utility in general, but is specifically a major issue for the linux kernel. This resolves PR13747. by Chris Lattner · 12 years ago
  47. 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 12 years ago
  48. 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 12 years ago
  49. bf523de Remove absolute path form include test. by David Blaikie · 12 years ago
  50. bae2b31 Fix crash on missing header in -rewrite-includes. by David Blaikie · 12 years ago
  51. 60ad16b Rename -rewrite-includes to -frewrite-includes. by David Blaikie · 12 years ago
  52. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  53. 575b66a test/Frontend/rewrite-includes.c: Tweak for win32's pathsep. by NAKAMURA Takumi · 12 years ago
  54. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  55. c9b47f9 Escape % in diagnostic message when compiling LLVM IR. by Benjamin Kramer · 12 years ago
  56. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 12 years ago
  57. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 12 years ago
  58. 8b4f2b7 Add test for -Wno-everything. by Argyrios Kyrtzidis · 12 years ago
  59. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 12 years ago
  60. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 12 years ago
  61. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 12 years ago
  62. 117bc17 test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). by NAKAMURA Takumi · 13 years ago
  63. 024f4be Frontend: Support -iframework. by Daniel Dunbar · 13 years ago
  64. 53201a8 Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override by Daniel Dunbar · 13 years ago
  65. be1aa41 Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be straighter line code, use the new DiagnosticMappingInfo flags, and eliminate the odd MAP_WARNING_NO_WERROR and friend mappings. by Daniel Dunbar · 13 years ago
  66. 70456e9 tests: Add some more tests for warning mappings. by Daniel Dunbar · 13 years ago
  67. 76101cf Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiagnosticPrinter to use that instead of extracting the current mapping via getDiagnosticLevel, which fixes one class of corner cases w.r.t. printing the "-Werror" diagnostic option marker. by Daniel Dunbar · 13 years ago
  68. ffc97ee Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. to appease mingw-target (and non-mingw-host) builds. by NAKAMURA Takumi · 13 years ago
  69. e323230 test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. by NAKAMURA Takumi · 13 years ago
  70. a6e023c Fix up dependency file name printing to more closely match that of gcc, including fixing a nasty recent regression that could make us print "/foo.h" with a command-line including "-I ./". by Eli Friedman · 13 years ago
  71. a9c6441 The macros defined by the language standard are still available even when the by Nick Lewycky · 13 years ago
  72. 5a2675d These tests require particular registered targets. Declared as such. by Galina Kistanova · 13 years ago
  73. cb63e07 Stop leaving a.out files around. by John McCall · 13 years ago
  74. 7d2b8c1 Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq by Douglas Gregor · 13 years ago
  75. ccad3db Fixes a crash when generating dependency file stuff by Fariborz Jahanian · 13 years ago
  76. ef34d77 test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. by NAKAMURA Takumi · 13 years ago
  77. 7acf454 Tweak this test a bit further to make it easier on grep. Who knows what by Chandler Carruth · 13 years ago
  78. 06efbd9 Clean up the CMake test execution by nuking this directory before we try by Chandler Carruth · 13 years ago
  79. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 13 years ago
  80. f7c16d9 Frontend: Add basic -H support. by Daniel Dunbar · 14 years ago
  81. 10fe93d Revert r110440, the fix for PR4897. Chris claims to have a better way. by Douglas Gregor · 14 years ago
  82. 91db30a Fix the #include search path when reading from stdin, from Jon Simons! by Douglas Gregor · 14 years ago
  83. 2bb38d0 Driver/Darwin: Resolve deployment target defaulting to be more predictable; by Daniel Dunbar · 14 years ago
  84. 65d7285 tests: Update Frontend config to actually run ir-support tests. by Daniel Dunbar · 14 years ago
  85. d5ef4fa add a testcase, from Michael Spencer by Chris Lattner · 14 years ago
  86. c72cc50 Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. by Daniel Dunbar · 14 years ago
  87. 4cbbd94 Frontend: Add CodeGenAction support for handling LLVM IR. - This magically enables using 'clang -cc1' as a replacement for most of 'llvm-as', 'llvm-dis', 'llc' and 'opt' functionality. For example, 'llvm-as' is: $ clang -cc1 -emit-llvm-bc FOO.ll -o FOO.bc by Daniel Dunbar · 14 years ago
  88. 1ee4b9e Fix PR5982, a refacto in checking for '=' in a -D argument. by Daniel Dunbar · 14 years ago
  89. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 14 years ago
  90. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 14 years ago
  91. 78d5590 Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests. by Daniel Dunbar · 14 years ago
  92. fc97102 Fix refactoro, clang-cc wasn't properly reporting errors when opening an output file failed. by Daniel Dunbar · 15 years ago
  93. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  94. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  95. ff87603 Don't run anything other than the compiler in these tests. by Daniel Dunbar · 15 years ago
  96. e584b65 Fix tests to not depend on /dev/null existing. by Daniel Dunbar · 15 years ago
  97. 7c15e71 Remove clang-cc code for handling -mmacosx-version-min and by Daniel Dunbar · 15 years ago
  98. 09bdd59 clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4. by Daniel Dunbar · 15 years ago
  99. 7f8b57a Update PCH serialization of FunctionDecl flags. by Daniel Dunbar · 15 years ago
  100. 657f21b Add an XFAIL test which compiles differently from a .ast. by Daniel Dunbar · 15 years ago