summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove absolute path form include test.David Blaikie2012-06-141-1/+1
* Fix crash on missing header in -rewrite-includes.David Blaikie2012-06-141-0/+7
* Rename -rewrite-includes to -frewrite-includes.David Blaikie2012-06-141-46/+46
* Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith2012-06-137-0/+25
* test/Frontend/rewrite-includes.c: Tweak for win32's pathsep.NAKAMURA Takumi2012-06-071-9/+9
* Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie2012-06-068-0/+158
* Escape % in diagnostic message when compiling LLVM IR.Benjamin Kramer2012-03-161-2/+2
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-5/+0
* Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text.Ted Kremenek2012-02-021-1/+1
* Add test for -Wno-everything.Argyrios Kyrtzidis2012-01-271-0/+7
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-10/+10
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-10/+10
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-10/+10
* test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys).NAKAMURA Takumi2011-11-171-4/+4
* Frontend: Support -iframework.Daniel Dunbar2011-10-182-0/+4
* Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to overrideDaniel Dunbar2011-10-041-0/+9
* Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be...Daniel Dunbar2011-09-293-6/+6
* tests: Add some more tests for warning mappings.Daniel Dunbar2011-09-294-0/+36
* Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...Daniel Dunbar2011-09-291-0/+8
* Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR1...NAKAMURA Takumi2011-07-111-4/+0
* test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331.NAKAMURA Takumi2011-07-111-0/+4
* Fix up dependency file name printing to more closely match that of gcc, inclu...Eli Friedman2011-07-081-13/+21
* The macros defined by the language standard are still available even when theNick Lewycky2011-06-071-0/+4
* These tests require particular registered targets. Declared as such.Galina Kistanova2011-06-041-0/+1
* Stop leaving a.out files around.John McCall2011-05-161-2/+2
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-151-0/+5
* Fixes a crash when generating dependency file stuffFariborz Jahanian2011-04-151-0/+4
* test: Add the feature "shell". Frontend/dependency-gen.c would be executable ...NAKAMURA Takumi2011-02-281-1/+2
* Tweak this test a bit further to make it easier on grep. Who knows whatChandler Carruth2011-02-241-4/+5
* Clean up the CMake test execution by nuking this directory before we tryChandler Carruth2011-02-231-0/+2
OpenPOWER on IntegriCloud