summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/comment_save.c
Commit message (Collapse)AuthorAgeFilesLines
* [-E] Emit a rewritten _Pragma on its own line.Jordan Rose2012-06-151-0/+10
| | | | | | | | | | | 1. Teach Lexer that pragma lexers are like macro expansions at EOF. 2. Treat pragmas like #define/#undef when printing. 3. If we just printed a directive, add a newline before any more tokens. (4. Miscellaneous cleanup in PrintPreprocessedOutput.cpp) PR10594 and <rdar://problem/11562490> (two separate related problems) llvm-svn: 158571
* Fix PR13065.David Blaikie2012-06-151-0/+4
| | | | | | This condition (added in r158093) was overly conservative. llvm-svn: 158483
* 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
* Convert Preprocessor Clang tests to FileCheck in regards to PR5307.Edward O'Callaghan2009-10-271-3/+4
| | | | llvm-svn: 85199
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Testcases for comment saving modes, -C and -CC.Chris Lattner2006-07-291-0/+7
llvm-svn: 38785
OpenPOWER on IntegriCloud