1. bf523de Remove absolute path form include test. by David Blaikie · 12 years ago
  2. bae2b31 Fix crash on missing header in -rewrite-includes. by David Blaikie · 12 years ago
  3. 60ad16b Rename -rewrite-includes to -frewrite-includes. by David Blaikie · 12 years ago
  4. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  5. 575b66a test/Frontend/rewrite-includes.c: Tweak for win32's pathsep. by NAKAMURA Takumi · 12 years ago
  6. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  7. c9b47f9 Escape % in diagnostic message when compiling LLVM IR. by Benjamin Kramer · 12 years ago
  8. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 12 years ago
  9. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 12 years ago
  10. 8b4f2b7 Add test for -Wno-everything. by Argyrios Kyrtzidis · 13 years ago
  11. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  12. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  13. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  14. 117bc17 test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). by NAKAMURA Takumi · 13 years ago
  15. 024f4be Frontend: Support -iframework. by Daniel Dunbar · 13 years ago
  16. 53201a8 Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override by Daniel Dunbar · 13 years ago
  17. 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
  18. 70456e9 tests: Add some more tests for warning mappings. by Daniel Dunbar · 13 years ago
  19. 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
  20. 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
  21. e323230 test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. by NAKAMURA Takumi · 13 years ago
  22. 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
  23. a9c6441 The macros defined by the language standard are still available even when the by Nick Lewycky · 13 years ago
  24. 5a2675d These tests require particular registered targets. Declared as such. by Galina Kistanova · 13 years ago
  25. cb63e07 Stop leaving a.out files around. by John McCall · 13 years ago
  26. 7d2b8c1 Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq by Douglas Gregor · 13 years ago
  27. ccad3db Fixes a crash when generating dependency file stuff by Fariborz Jahanian · 13 years ago
  28. ef34d77 test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. by NAKAMURA Takumi · 13 years ago
  29. 7acf454 Tweak this test a bit further to make it easier on grep. Who knows what by Chandler Carruth · 13 years ago
  30. 06efbd9 Clean up the CMake test execution by nuking this directory before we try by Chandler Carruth · 13 years ago
  31. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 13 years ago
  32. f7c16d9 Frontend: Add basic -H support. by Daniel Dunbar · 14 years ago
  33. 10fe93d Revert r110440, the fix for PR4897. Chris claims to have a better way. by Douglas Gregor · 14 years ago
  34. 91db30a Fix the #include search path when reading from stdin, from Jon Simons! by Douglas Gregor · 14 years ago
  35. 2bb38d0 Driver/Darwin: Resolve deployment target defaulting to be more predictable; by Daniel Dunbar · 14 years ago
  36. 65d7285 tests: Update Frontend config to actually run ir-support tests. by Daniel Dunbar · 14 years ago
  37. d5ef4fa add a testcase, from Michael Spencer by Chris Lattner · 14 years ago
  38. c72cc50 Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. by Daniel Dunbar · 14 years ago
  39. 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
  40. 1ee4b9e Fix PR5982, a refacto in checking for '=' in a -D argument. by Daniel Dunbar · 15 years ago
  41. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  42. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  43. 78d5590 Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests. by Daniel Dunbar · 15 years ago
  44. fc97102 Fix refactoro, clang-cc wasn't properly reporting errors when opening an output file failed. by Daniel Dunbar · 15 years ago
  45. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  46. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  47. ff87603 Don't run anything other than the compiler in these tests. by Daniel Dunbar · 15 years ago
  48. e584b65 Fix tests to not depend on /dev/null existing. by Daniel Dunbar · 15 years ago
  49. 7c15e71 Remove clang-cc code for handling -mmacosx-version-min and by Daniel Dunbar · 15 years ago
  50. 09bdd59 clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4. by Daniel Dunbar · 15 years ago
  51. 7f8b57a Update PCH serialization of FunctionDecl flags. by Daniel Dunbar · 15 years ago
  52. 657f21b Add an XFAIL test which compiles differently from a .ast. by Daniel Dunbar · 15 years ago
  53. a674bf4 Switch ProcessASTInputFile to still use ParseAST. by Daniel Dunbar · 15 years ago
  54. aca2ebd Initial support for code generation from .ast files. by Daniel Dunbar · 15 years ago
  55. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  56. 772a5e5 Change these tests to not depend as much on the name of the input. by Daniel Dunbar · 15 years ago
  57. 3a183d3 Forward -C and -CC to clang. by Daniel Dunbar · 15 years ago
  58. 4789282 Fixed the test. by Fariborz Jahanian · 15 years ago
  59. 2b93986 Add a test case for my last patch. by Fariborz Jahanian · 15 years ago
  60. c7a4ba5 Test case for -miphoneos-version-min, also part of Shantonu's patch! by Daniel Dunbar · 15 years ago
  61. 46562b9 Fix -MD with no -MT when -o is specified (and fix test case). by Daniel Dunbar · 15 years ago
  62. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  63. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 15 years ago
  64. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  65. 1ab10d4 Don't use &> in tests; dash doesn't understand it. by Eli Friedman · 15 years ago
  66. 0c3c576 fix test by Chris Lattner · 15 years ago
  67. 54dfd5c Frontend: Handle empty input on stdin. - PR3854. by Daniel Dunbar · 15 years ago
  68. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 15 years ago