aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend
AgeCommit message (Expand)Author
2014-04-21Allow adding a value to a flag in diagnostics.Diego Novillo
2014-04-16Fix check failure on hexagon targets.Diego Novillo
2014-04-16Add support for optimization reports.Diego Novillo
2014-03-26Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko
2014-02-21Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders
2014-02-12Arcanist failed to commit the two clang test corrections that should have bee...Daniel Sanders
2014-02-06Wired-up the new LLVM diagnostic system into clang diagnostic system.Quentin Colombet
2014-01-26Fix r195149. Triple should correctly reflect that target. If it contains ios,Evan Cheng
2014-01-08Add tests for clang pluginsAlp Toker
2013-12-20Override the datalayout in a module with -triple.Rafael Espindola
2013-12-13Fix raw lex crash and -frewrite-includes noeol-at-eof failureAlp Toker
2013-12-10Try to fix the test for Windows paths after r196859Dmitri Gribenko
2013-12-04clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi
2013-11-28Fix test on WindowsAlp Toker
2013-11-28Ensure that the output BOM test check is runAlp Toker
2013-11-27One last portability fix attempt for r195886Alp Toker
2013-11-27Attempt to make test from r195886 portable with different shellsAlp Toker
2013-11-27Improve BOM test from r195877Alp Toker
2013-11-27strip UTF-8 BOM in -frewrite-includes (PR#15664)Lubos Lunak
2013-11-19ARM: embedded v7 'darwin' doesn't get min-version defines.Jim Grosbach
2013-11-18Remove period at end of "optimization level is unsupported" diagnosticHans Wennborg
2013-11-18Make test/Driver/clang_f_opts.c not write to the test dirHans Wennborg
2013-11-18Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-16Move remaining %clang_cc1 tests out of test/DriverAlp Toker
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker
2013-11-05Fix test that was not being runAlp Toker
2013-10-29Fix "existant" typosAlp Toker
2013-10-24ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archsTim Northover
2013-08-29clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\'...NAKAMURA Takumi
2013-08-29[tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo.Daniel Dunbar
2013-08-21Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola
2013-08-09clang-cl: Support /showIncludesHans Wennborg
2013-08-07Indicate success for simple options when clang called with -cc1.Rafael Espindola
2013-07-26[frontend] '-frewrite-includes' should not ignore headers included from comma...Argyrios Kyrtzidis
2013-07-20avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)Lubos Lunak
2013-07-20fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)Lubos Lunak
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-07-04Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola
2013-06-28Update for llvm::sys::fs::unique_file not creating directories.Rafael Espindola
2013-06-27Small improvements to createOutputFile.Rafael Espindola
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-16rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.Benjamin Kramer
2013-04-11Follow Jordan's advice and use {{^}} and {{$}} for this testReid Kleckner
2013-04-10FileCheck-ify some clang grep tests that use double quotesReid Kleckner
2013-04-10[frontend] -frewrite-includes: turn implicit module imports into @imports.Argyrios Kyrtzidis
2013-04-10[frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ...Argyrios Kyrtzidis
2013-04-02Escape # and $ in dependency files.Benjamin Kramer
2013-03-21Delayed template parsing is not supported by the AST serialization system yet...Aaron Ballman