summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/macro_paste_simple.c
AgeCommit message (Expand)Author
2011-06-14revert r133003 and fix the bug properly: the issue was that ## in a tokenChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-12-12add runline, make this test real.Chris Lattner
2006-07-19Implement basic token pasting (## operator). This implementsChris Lattner