summaryrefslogtreecommitdiffstats
path: root/test/Frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preserve what the user passed to -include when emitting .d files. Fixes PR8974!Nick Lewycky2011-02-231-0/+7
* Frontend: Add basic -H support.Daniel Dunbar2010-08-245-0/+12
* Revert r110440, the fix for PR4897. Chris claims to have a better way.Douglas Gregor2010-08-081-11/+0
* Fix the #include search path when reading from stdin, from Jon Simons!Douglas Gregor2010-08-061-0/+11
* Driver/Darwin: Resolve deployment target defaulting to be more predictable;Daniel Dunbar2010-07-151-0/+3
* tests: Update Frontend config to actually run ir-support tests.Daniel Dunbar2010-06-161-0/+1
* add a testcase, from Michael SpencerChris Lattner2010-06-151-0/+5
* Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes.Daniel Dunbar2010-06-111-0/+4
* Frontend: Add CodeGenAction support for handling LLVM IR. - This magically e...Daniel Dunbar2010-06-072-0/+16
* Fix PR5982, a refacto in checking for '=' in a -D argument.Daniel Dunbar2010-01-101-0/+4
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-155-18/+18
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-153-3/+3
* Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests.Daniel Dunbar2009-11-301-1/+1
* Fix refactoro, clang-cc wasn't properly reporting errors when opening an outp...Daniel Dunbar2009-11-201-0/+4
* Remove RUN: true lines.Daniel Dunbar2009-11-083-3/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-087-43/+43
* Don't run anything other than the compiler in these tests.Daniel Dunbar2009-11-051-2/+2
* Fix tests to not depend on /dev/null existing.Daniel Dunbar2009-11-031-4/+5
* Remove clang-cc code for handling -mmacosx-version-min andDaniel Dunbar2009-10-301-10/+10
* clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.Daniel Dunbar2009-10-261-1/+0
* Update PCH serialization of FunctionDecl flags.Daniel Dunbar2009-09-221-3/+2
* Add an XFAIL test which compiles differently from a .ast.Daniel Dunbar2009-09-211-0/+9
* Switch ProcessASTInputFile to still use ParseAST.Daniel Dunbar2009-09-211-0/+7
* Initial support for code generation from .ast files.Daniel Dunbar2009-09-171-0/+5
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
* Change these tests to not depend as much on the name of the input.Daniel Dunbar2009-07-251-1/+1