summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/stringize_space2.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Fix a stringizing bug that Neil noticed. We should preprocess this:Chris Lattner2007-07-191-0/+6
#define t(x) #x t(a c) to "a c", not "ac". llvm-svn: 40060
OpenPOWER on IntegriCloud