aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/if_warning.c
AgeCommit message (Expand)Author
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-19Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=fooChris Lattner
2009-04-18Fix PR3938 by taking into account C99 6.10p4.Chris Lattner
2009-04-18convert test to -verify style.Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-01-23add support for -Wundef.Chris Lattner