aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Frontend
AgeCommit message (Expand)AuthorFilesLines
2013-12-01Merging r195877:Bill Wendling2-0/+5
2013-11-20Merging r195149:Bill Wendling1-3/+4
2013-11-18Remove period at end of "optimization level is unsupported" diagnosticHans Wennborg1-1/+1
2013-11-18Make test/Driver/clang_f_opts.c not write to the test dirHans Wennborg1-1/+1
2013-11-18Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru1-2/+2
2013-11-16Move remaining %clang_cc1 tests out of test/DriverAlp Toker3-0/+60
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker1-1/+0
2013-11-05Fix test that was not being runAlp Toker1-1/+1
2013-10-29Fix "existant" typosAlp Toker1-2/+2
2013-10-24ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archsTim Northover1-0/+6
2013-08-29clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\'...NAKAMURA Takumi1-14/+14
2013-08-29[tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo.Daniel Dunbar1-1/+1
2013-08-21Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola1-0/+43
2013-08-09clang-cl: Support /showIncludesHans Wennborg1-0/+7
2013-08-07Indicate success for simple options when clang called with -cc1.Rafael Espindola1-0/+4
2013-07-26[frontend] '-frewrite-includes' should not ignore headers included from comma...Argyrios Kyrtzidis1-0/+7
2013-07-20avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)Lubos Lunak1-0/+4
2013-07-20fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)Lubos Lunak1-6/+15
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola7-17/+17
2013-07-04Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola1-5/+5
2013-06-28Update for llvm::sys::fs::unique_file not creating directories.Rafael Espindola1-1/+1
2013-06-27Small improvements to createOutputFile.Rafael Espindola1-1/+1
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs1-0/+16
2013-04-16rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.Benjamin Kramer3-0/+41
2013-04-11Follow Jordan's advice and use {{^}} and {{$}} for this testReid Kleckner1-4/+4
2013-04-10FileCheck-ify some clang grep tests that use double quotesReid Kleckner1-5/+9
2013-04-10[frontend] -frewrite-includes: turn implicit module imports into @imports.Argyrios Kyrtzidis1-0/+20
2013-04-10[frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ...Argyrios Kyrtzidis1-1/+1
2013-04-02Escape # and $ in dependency files.Benjamin Kramer1-0/+17
2013-03-21Delayed template parsing is not supported by the AST serialization system yet...Aaron Ballman1-1/+1
2013-03-18[frontend] Initialize the diagnostic client before loading an ast file.Argyrios Kyrtzidis1-0/+22
2013-01-15[driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier1-0/+5
2013-01-02hexagon-target-basic.c test: add REQUIRES line for hexagon targetDmitri Gribenko1-0/+1
2013-01-02Correct Hexagon DataLayout string. Fixes bug 14744.Anshuman Dasgupta1-0/+8
2012-10-24A number of test cases assume that an "int" parameter or return valueUlrich Weigand1-2/+2
2012-10-19Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs3-5/+48
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs5-0/+5
2012-10-19Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs1-1/+1
2012-09-25-iframework should allow separate arguments.Douglas Gregor1-1/+1
2012-08-31don't warn about unused values when the unused value is a statement expressio...Chris Lattner1-0/+8
2012-08-10Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose3-0/+39
2012-07-11Allow -verify directives to be filtered by preprocessing.Jordan Rose3-0/+124
2012-06-14Remove absolute path form include test.David Blaikie1-1/+1
2012-06-14Fix crash on missing header in -rewrite-includes.David Blaikie1-0/+7
2012-06-14Rename -rewrite-includes to -frewrite-includes.David Blaikie1-46/+46
2012-06-13Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith7-0/+25
2012-06-07test/Frontend/rewrite-includes.c: Tweak for win32's pathsep.NAKAMURA Takumi1-9/+9
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie8-0/+158
2012-03-16Escape % in diagnostic message when compiling LLVM IR.Benjamin Kramer1-2/+2
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie1-5/+0