Daniel Dunbar
|
8b57697954
|
Eliminate &&s in tests.
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
|
2009-11-08 01:45:36 +00:00 |
Daniel Dunbar
|
a45cf5b6b0
|
Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
2009-03-24 02:24:46 +00:00 |
Argyrios Kyrtzidis
|
351763e156
|
Multiple tests in a single test file must be linked with '&&'.
Otherwise, failing tests other than the last one will not be reported.
llvm-svn: 52231
|
2008-06-12 12:40:02 +00:00 |
Chris Lattner
|
d330036c06
|
The awesome GNU "comma elision extension" works with both the standard
__VA_ARGS__ syntax as well as with the amazingly awesome GNU "named
variadic macro" extension. Allow it with the GNU syntax as well.
llvm-svn: 50843
|
2008-05-08 05:10:33 +00:00 |
Chris Lattner
|
f30dcbe07e
|
new testcase
llvm-svn: 38768
|
2006-07-29 01:24:46 +00:00 |