summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro_paste_mscomment.c
Commit message (Collapse)AuthorAgeFilesLines
* rename testChris Lattner2010-07-171-26/+0
| | | | llvm-svn: 108623
* 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-2/+8
| | | | llvm-svn: 85199
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-2/+2
| | | | | | | | - This is just to normalize, these will go away soon hopefully. Added all the missing '&&'s that have crept in. :) llvm-svn: 77062
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* fix this test.Chris Lattner2008-03-221-1/+1
| | | | llvm-svn: 48668
* Only invoke the preprocessor; it's the only thing being tested. Also, checkSam Bishop2008-03-211-1/+2
| | | | | | the output to make sure that the macros and comments are being treated as such. llvm-svn: 48638
* Implement support for the extremely atrocious MS /##/ extension, Chris Lattner2008-02-071-0/+19
which pastes together a comment. This is only enabled with -fms-extensions of course. llvm-svn: 46845
OpenPOWER on IntegriCloud