summaryrefslogtreecommitdiff
path: root/test/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Fix raw lex crash and -frewrite-includes noeol-at-eof failureAlp Toker2013-12-131-0/+4
* Try to fix the test for Windows paths after r196859Dmitri Gribenko2013-12-101-3/+3
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* Fix test on WindowsAlp Toker2013-11-281-2/+2
* Ensure that the output BOM test check is runAlp Toker2013-11-281-1/+3
* One last portability fix attempt for r195886Alp Toker2013-11-271-2/+3
* Attempt to make test from r195886 portable with different shellsAlp Toker2013-11-271-2/+2
* Improve BOM test from r195877Alp Toker2013-11-271-1/+2
* strip UTF-8 BOM in -frewrite-includes (PR#15664)Lubos Lunak2013-11-272-0/+5
* ARM: embedded v7 'darwin' doesn't get min-version defines.Jim Grosbach2013-11-191-3/+4
* Remove period at end of "optimization level is unsupported" diagnosticHans Wennborg2013-11-181-1/+1
* Make test/Driver/clang_f_opts.c not write to the test dirHans Wennborg2013-11-181-1/+1
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-181-2/+2
* Move remaining %clang_cc1 tests out of test/DriverAlp Toker2013-11-163-0/+60
* Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker2013-11-151-1/+0
* Fix test that was not being runAlp Toker2013-11-051-1/+1
* Fix "existant" typosAlp Toker2013-10-291-2/+2
* ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archsTim Northover2013-10-241-0/+6
* clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\'...NAKAMURA Takumi2013-08-291-14/+14
* [tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo.Daniel Dunbar2013-08-291-1/+1
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-211-0/+43
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-0/+7
* Indicate success for simple options when clang called with -cc1.Rafael Espindola2013-08-071-0/+4
* [frontend] '-frewrite-includes' should not ignore headers included from comma...Argyrios Kyrtzidis2013-07-261-0/+7
* avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)Lubos Lunak2013-07-201-0/+4
* fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)Lubos Lunak2013-07-201-6/+15
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-047-17/+17
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-5/+5
* Update for llvm::sys::fs::unique_file not creating directories.Rafael Espindola2013-06-281-1/+1
* Small improvements to createOutputFile.Rafael Espindola2013-06-271-1/+1
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-0/+16
* rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.Benjamin Kramer2013-04-163-0/+41
* Follow Jordan's advice and use {{^}} and {{$}} for this testReid Kleckner2013-04-111-4/+4
* FileCheck-ify some clang grep tests that use double quotesReid Kleckner2013-04-101-5/+9
* [frontend] -frewrite-includes: turn implicit module imports into @imports.Argyrios Kyrtzidis2013-04-101-0/+20
* [frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ...Argyrios Kyrtzidis2013-04-101-1/+1
* Escape # and $ in dependency files.Benjamin Kramer2013-04-021-0/+17
* Delayed template parsing is not supported by the AST serialization system yet...Aaron Ballman2013-03-211-1/+1
* [frontend] Initialize the diagnostic client before loading an ast file.Argyrios Kyrtzidis2013-03-181-0/+22
* [driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier2013-01-151-0/+5
* hexagon-target-basic.c test: add REQUIRES line for hexagon targetDmitri Gribenko2013-01-021-0/+1
* Correct Hexagon DataLayout string. Fixes bug 14744.Anshuman Dasgupta2013-01-021-0/+8
* A number of test cases assume that an "int" parameter or return valueUlrich Weigand2012-10-241-2/+2
* Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs2012-10-193-5/+48
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-195-0/+5
* Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs2012-10-191-1/+1
* -iframework should allow separate arguments.Douglas Gregor2012-09-251-1/+1
* don't warn about unused values when the unused value is a statement expressio...Chris Lattner2012-08-311-0/+8
* Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose2012-08-103-0/+39
* Allow -verify directives to be filtered by preprocessing.Jordan Rose2012-07-113-0/+124