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 |
Chris Lattner
|
ddddff4f41
|
Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo
llvm-svn: 69557
|
2009-04-19 22:07:21 +00:00 |
Chris Lattner
|
bc63de144f
|
Fix PR3938 by taking into account C99 6.10p4.
llvm-svn: 69413
|
2009-04-18 01:34:22 +00:00 |
Chris Lattner
|
b547394ba5
|
convert test to -verify style.
llvm-svn: 69412
|
2009-04-18 01:33:54 +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 |
Chris Lattner
|
7238225c28
|
add support for -Wundef.
llvm-svn: 46274
|
2008-01-23 17:19:46 +00:00 |