summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro_paste_mscomment.c
Commit message (Collapse)AuthorAgeFilesLines
* 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