summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/macro_paste_c_block_comment.c
AgeCommit message (Expand)Author
2012-07-11Allow -verify directives to be filtered by preprocessing.Jordan Rose
2012-06-13Fix issue where a token paste which forms a /* or // would discard the rest ofRichard Smith
2011-12-14Switch test over to using -verify instead of using grep. PR11552.Eli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2006-07-19Avoid testing / ## * in the lexer. This will cause an unhelpful error messageChris Lattner