summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/comment-escape.c
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
| | | | llvm-svn: 81346
* fix rdar://6757323, where an escaped newline in a // commentChris Lattner2009-04-051-0/+6
was causing the char after the newline to get eaten. llvm-svn: 68430
OpenPOWER on IntegriCloud