aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend
AgeCommit message (Expand)Author
2010-08-24Frontend: Add basic -H support.Daniel Dunbar
2010-08-08Revert r110440, the fix for PR4897. Chris claims to have a better way.Douglas Gregor
2010-08-06Fix the #include search path when reading from stdin, from Jon Simons!Douglas Gregor
2010-07-15Driver/Darwin: Resolve deployment target defaulting to be more predictable;Daniel Dunbar
2010-06-16tests: Update Frontend config to actually run ir-support tests.Daniel Dunbar
2010-06-15add a testcase, from Michael SpencerChris Lattner
2010-06-11Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes.Daniel Dunbar
2010-06-07Frontend: Add CodeGenAction support for handling LLVM IR. - This magically e...Daniel Dunbar
2010-01-10Fix PR5982, a refacto in checking for '=' in a -D argument.Daniel Dunbar
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-30Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests.Daniel Dunbar
2009-11-20Fix refactoro, clang-cc wasn't properly reporting errors when opening an outp...Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-05Don't run anything other than the compiler in these tests.Daniel Dunbar
2009-11-03Fix tests to not depend on /dev/null existing.Daniel Dunbar
2009-10-30Remove clang-cc code for handling -mmacosx-version-min andDaniel Dunbar
2009-10-26clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.Daniel Dunbar
2009-09-22Update PCH serialization of FunctionDecl flags.Daniel Dunbar
2009-09-21Add an XFAIL test which compiles differently from a .ast.Daniel Dunbar
2009-09-21Switch ProcessASTInputFile to still use ParseAST.Daniel Dunbar
2009-09-17Initial support for code generation from .ast files.Daniel Dunbar
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-07-25Change these tests to not depend as much on the name of the input.Daniel Dunbar
2009-06-08Forward -C and -CC to clang.Daniel Dunbar
2009-04-10Fixed the test.Fariborz Jahanian
2009-04-10Add a test case for my last patch.Fariborz Jahanian
2009-04-10Test case for -miphoneos-version-min, also part of Shantonu's patch!Daniel Dunbar
2009-03-30Fix -MD with no -MT when -o is specified (and fix test case).Daniel Dunbar
2009-03-30Driver: Support -M and -MM.Daniel Dunbar
2009-03-30Improve dependency file support.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-22Don't use &> in tests; dash doesn't understand it.Eli Friedman
2009-03-21fix testChris Lattner
2009-03-21Frontend: Handle empty input on stdin.Daniel Dunbar
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar