summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang_cpp.c
Commit message (Collapse)AuthorAgeFilesLines
* FileCheck-ify some clang grep tests that use double quotesReid Kleckner2013-04-101-2/+3
| | | | | | | The escaping interaction between Python and grep doesn't work on my system. This change fixes the tests for me. llvm-svn: 179214
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Driver: Split out CPP specific options for clang so that we don't endDaniel Dunbar2009-04-081-0/+4
up adding them twice when running with -no-integrated-cpp or -save-temps. - <rdar://problem/6766636> -save-temps falls over with prefix headers llvm-svn: 68660
OpenPOWER on IntegriCloud