summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/dependency-gen.c
Commit message (Expand)AuthorAgeFilesLines
* [clang][test][NFC] Use more widely supported sanitizer for file dependency testsJan Korous2020-01-141-6/+6
* Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1""Jan Korous2019-11-081-0/+17
* Reland "[clang] Report sanitizer blacklist as a dependency in cc1"Jan Korous2019-11-081-17/+0
* Reland "[clang] Report sanitizer blacklist as a dependency in cc1"Jan Korous2019-11-081-0/+17
* Revert "Revert "Revert "[clang] Report sanitizer blacklist as a dependency in...Abel Kocsis2019-11-081-17/+0
* Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1""Abel Kocsis2019-11-081-0/+17
* Revert "[clang] Report sanitizer blacklist as a dependency in cc1"Jeremy Morse2019-11-081-17/+0
* [clang] Report sanitizer blacklist as a dependency in cc1Jan Korous2019-11-071-0/+17
* Print correctly dependency paths on WindowsDavid Bolvansky2018-09-131-5/+5
* Move test input file into same directory as test. NFCRichard Trieu2018-05-081-1/+1
* [CFI] Force LLVM to die if the implicit blacklist files cannot be found.Peter Collingbourne2018-05-071-1/+1
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-1/+1
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-1/+1
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-1/+1
* Remove test cases, which rely on the default sanitizer blacklists.Ivan Krasin2015-08-131-5/+0
* clang/test/Frontend/dependency-gen.c: Add explicit -target x86_64-linux-gnu f...NAKAMURA Takumi2015-08-131-2/+2
* Disable failing check in bots from r244867.Yaron Keren2015-08-131-1/+0
* Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.Ivan Krasin2015-08-131-1/+10
* Remove shell requirements from tests that use 'cd'Reid Kleckner2015-03-021-1/+0
* test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys).NAKAMURA Takumi2011-11-171-4/+4
* 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
* 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
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-5/+5
* 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
* Change these tests to not depend as much on the name of the input.Daniel Dunbar2009-07-251-1/+1
* 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-241-1/+1
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-0/+5
OpenPOWER on IntegriCloud