summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/dump-options.c
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-2/+2
| | | | | | | 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
* Implement support for GCC's -dD mode, which dumps -E output *and*Chris Lattner2009-04-121-0/+3
macro definitions. llvm-svn: 68884
OpenPOWER on IntegriCloud