summaryrefslogtreecommitdiff
path: root/test/Frontend/dependency-gen.c
AgeCommit message (Expand)Author
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne
2016-04-28Revert r267784, r267824 and r267830.Benjamin Kramer
2016-04-27Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne
2015-08-13Remove test cases, which rely on the default sanitizer blacklists.Ivan Krasin
2015-08-13clang/test/Frontend/dependency-gen.c: Add explicit -target x86_64-linux-gnu f...NAKAMURA Takumi
2015-08-13Disable failing check in bots from r244867.Yaron Keren
2015-08-13Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.Ivan Krasin
2015-03-02Remove shell requirements from tests that use 'cd'Reid Kleckner
2011-11-17test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys).NAKAMURA Takumi
2011-07-11Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR1...NAKAMURA Takumi
2011-07-11test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331.NAKAMURA Takumi
2011-07-08Fix up dependency file name printing to more closely match that of gcc, inclu...Eli Friedman
2011-02-28test: Add the feature "shell". Frontend/dependency-gen.c would be executable ...NAKAMURA Takumi
2011-02-24Tweak this test a bit further to make it easier on grep. Who knows whatChandler Carruth
2011-02-23Clean up the CMake test execution by nuking this directory before we tryChandler Carruth
2011-02-23Preserve what the user passed to -include when emitting .d files. Fixes PR8974!Nick Lewycky
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of '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-07-25Change these tests to not depend as much on the name of the input.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-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar