summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro-multiline.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix and restore the macro-multiline.c testAlp Toker2014-04-191-0/+7
| | | | | | | | | | | | | This test didn't work as intended and was ultimately disabled some years ago in r169458. Indeed it's not clear if the '\n' was ever passed through to the driver correctly given that lit would insert '&& {' at the newline. Test rewritten to use printf/xargs to insert '\n' in a more reliable manner and to use FileCheck for verification. llvm-svn: 206703
* Disable clang/test/Preprocessor/macro-multiline.c for now, while ↵NAKAMURA Takumi2012-12-061-8/+0
| | | | | | investigating lit.ShUtil.parser. llvm-svn: 169458
* 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-3/+3
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
| | | | | | | | - This is just to normalize, these will go away soon hopefully. Added all the missing '&&'s that have crept in. :) llvm-svn: 77062
* implement rdar://6762183. I'm not sure if it is more insane thatChris Lattner2009-04-071-0/+8
GCC ignores macro definitions after \n's or that real code depends on this. llvm-svn: 68511
OpenPOWER on IntegriCloud