David Blaikie
|
ca540a101d
|
Update Clang tests to handle explicitly typed gep changes in LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230783 91177308-0d34-0410-b5e6-96231b3b80d8
|
2015-02-27 19:18:17 +00:00 |
David Blaikie
|
a8e112272b
|
Adjust test case to be compatible with future changes to explicitly pass the type to getelementptr
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229196 91177308-0d34-0410-b5e6-96231b3b80d8
|
2015-02-14 00:26:13 +00:00 |
Benjamin Kramer
|
bf3a60b17f
|
Tweak regex not to accidentally match a trailing \r.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113966 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-09-15 12:31:46 +00:00 |
Cameron Esfahani
|
ee0f984c00
|
Fix pointer-signext.c test case: it was relying on value names, which don't appear in the non-assert build. Switch to using check-next as well.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113964 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-09-15 10:52:02 +00:00 |
Cameron Esfahani
|
1484e0da64
|
Fix Windows64 target info so pointer arithmetic is done correctly, and no sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113910 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-09-15 00:28:12 +00:00 |