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 |
Ted Kremenek
|
ec94f08dce
|
Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target
is 64-bit. I used his suggestion of doing a direct bitwidth/signedness
conversion of the 'offset' instead of just changing the sign. For more
information, see:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2009-March/004587.html
llvm-svn: 66892
|
2009-03-13 15:35:24 +00:00 |
Zhongxing Xu
|
ca026916f4
|
Add comments to test case.
llvm-svn: 66760
|
2009-03-12 01:55:38 +00:00 |
Zhongxing Xu
|
f6b6a39b04
|
This test case checks if we get the right rvalue type of a TypedViewRegion.
The ElementRegion's type depends on the array region's rvalue type. If it was
a pointer type, we would get a loc::SymbolVal for '*p'.
llvm-svn: 66656
|
2009-03-11 09:15:38 +00:00 |
Zhongxing Xu
|
507202ecb7
|
Fix crash when LHS of pointer arithmetic is not ElementRegion.
llvm-svn: 66649
|
2009-03-11 07:43:49 +00:00 |
Zhongxing Xu
|
6765d449ed
|
Add test case for pointer arithmetic.
llvm-svn: 65907
|
2009-03-03 00:28:42 +00:00 |