summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/macro_paste_empty.c
AgeCommit message (Expand)Author
2013-05-25[Preprocessor] Prevent expansion of y in x ## y when x is emptyArgyrios Kyrtzidis
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-28Add test for pasting empty formalsChris Lattner