summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/macro_paste_bcpl_comment.c
AgeCommit message (Expand)Author
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-29Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar
2009-10-22Disable Microsoft extensions to fix failure on Windows.John Thompson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2006-07-19Move LexingRawMode handling of file EOF out of the preprocessor into theChris Lattner