Daniel Dunbar
|
80737ad5e0
|
Update tests to use %clang instead of 'clang', and forcibly disable use of '
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to
garbage).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91460 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-12-15 22:01:24 +00:00 |
Daniel Dunbar
|
8ee15dc2e2
|
Use clang to run tests which include headers from the system.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89085 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-11-17 10:14:55 +00:00 |
Ryan Flynn
|
8045c7393b
|
PR4700 - remove shift by 0 warning
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78488 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-08-08 19:18:23 +00:00 |
Ryan Flynn
|
d0439688fe
|
PR3333: warn when shifting by invalid amount
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78385 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-08-07 16:20:20 +00:00 |
Daniel Dunbar
|
d7d5f0223b
|
Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67602 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-24 02:24:46 +00:00 |
Chris Lattner
|
1dcf2c8c3b
|
Don't do integer promotions of LHS for compound shift assignment. The LHS has to be a modifiable lvalue.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44993 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-12-13 07:28:16 +00:00 |