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