summaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_paste_bad.c
AgeCommit message (Expand)Author
2014-10-25Lex: Fix an invalid access into a SmallStringDavid Majnemer
2013-11-05Simplify test case added in r194059David Majnemer
2013-11-05Lex: Require that '#' be followed by a macro parameter name when preceded by ...David Majnemer
2011-06-14revert r133003 and fix the bug properly: the issue was that ## in a tokenChris Lattner
2011-06-14Fix a crash on the testcase in PR9981 / rdar://9486765.Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-28update test for r72519Chris Lattner
2009-05-27Make the bad paste diagnostic print the entire pasted token.Eli Friedman
2009-04-19move token paste poisoning diagnostics to after the instantiation locChris Lattner
2009-04-19merge pragma poison tests into one file with -verify mode.Chris Lattner
2009-04-19merge two testsChris Lattner
2009-04-19convert to -verify mode.Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-07-11Stage two of getting CFE top correct.Reid Spencer