summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/ifdef-recover.c
Commit message (Collapse)AuthorAgeFilesLines
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-211-3/+10
| | | | | | | | | Also flesh out missing tests, improve diagnostic QOI and fix a couple of corner cases found in the process. Fixes PR10606. llvm-svn: 209276
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* 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