summaryrefslogtreecommitdiff
path: root/test/Frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forward -C and -CC to clang.Daniel Dunbar2009-06-081-0/+15
* Fixed the test.Fariborz Jahanian2009-04-101-2/+1
* Add a test case for my last patch.Fariborz Jahanian2009-04-101-0/+2
* Test case for -miphoneos-version-min, also part of Shantonu's patch!Daniel Dunbar2009-04-101-0/+23
* Fix -MD with no -MT when -o is specified (and fix test case).Daniel Dunbar2009-03-301-1/+1
* Driver: Support -M and -MM.Daniel Dunbar2009-03-301-2/+4
* Improve dependency file support.Daniel Dunbar2009-03-301-3/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-243-3/+3
* Don't use &> in tests; dash doesn't understand it.Eli Friedman2009-03-221-1/+1
* fix testChris Lattner2009-03-211-1/+1
* Frontend: Handle empty input on stdin.Daniel Dunbar2009-03-211-0/+3
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-022-0/+23