aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/stringize_space2.c
AgeCommit message (Expand)Author
2013-01-28FileCheck'ize and merge testsDmitri Gribenko
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-07-19Fix a stringizing bug that Neil noticed. We should preprocess this:Chris Lattner