aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/dump_macros.c
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-09Improve test portability; I can't figure out how to get the regexp library toDaniel Dunbar
2009-12-07fix -dM with variadic macros, PR5699Chris Lattner
2009-12-07rename names for consistencyChris Lattner
2009-12-07filecheckizeChris Lattner
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-06Add an implementation of -dM that follows GCC closely enough to permitChris Lattner