summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/ifdef-recover.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the -E option when invoking clang. Only the preprocessor isSam Bishop2008-03-211-1/+1
| | | | | | required to perform this test. llvm-svn: 48636
* Fix PR1936, a crash on malformed #if. Thanks to Neil forChris Lattner2008-01-221-1/+9
| | | | | | noticing this! llvm-svn: 46256
* If we see an invalid #ifdef directive, enter a conditional compilation regionChris Lattner2007-09-241-0/+7
so that we don't emit an error on the #endif. Suggestion by Neil. llvm-svn: 42258
OpenPOWER on IntegriCloud