summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/ifdef-recover.c
Commit message (Expand)AuthorAgeFilesLines
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-211-3/+10
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Use the -E option when invoking clang. Only the preprocessor isSam Bishop2008-03-211-1/+1
* Fix PR1936, a crash on malformed #if. Thanks to Neil forChris Lattner2008-01-221-1/+9
* If we see an invalid #ifdef directive, enter a conditional compilation regionChris Lattner2007-09-241-0/+7