aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Frontend/cpp-output.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar1-2/+2
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
2009-11-08Remove RUN: true lines.Daniel Dunbar1-1/+0
llvm-svn: 86432
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-6/+6
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
2009-06-08Forward -C and -CC to clang.Daniel Dunbar1-0/+15
- <rdar://problem/6945384> Driver should pass down -C and -CC llvm-svn: 73087