summaryrefslogtreecommitdiff
path: root/test/Preprocessor/ifdef-recover.c
AgeCommit message (Expand)Author
2014-05-21Preprocessor: support defined() with operator names for MS compatibilityAlp Toker
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-03-21Use the -E option when invoking clang. Only the preprocessor isSam Bishop
2008-01-22Fix PR1936, a crash on malformed #if. Thanks to Neil forChris Lattner
2007-09-24If we see an invalid #ifdef directive, enter a conditional compilation regionChris Lattner