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
Chris Lattner
309e48695b
Fix a crash in test/Parser/control-scope.c that testrunner didn't
...
notice because it was a negative test with a fix suggested by
Jean-Daniel Dupas. Convert the test from a negative to a positive
test to catch stuff like this.
llvm-svn: 65708
2009-02-28 19:37:57 +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
37e54f454a
Fix a nasty C99 scope issue that Neil pointed out (for ifs)
...
This fixes test/Parser/control-scope.c
llvm-svn: 41263
2007-08-22 05:16:28 +00:00