David Blaikie
1d7abba8db
Update Clang tests to handle explicitly typed load changes in LLVM.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230795 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-27 21:19:58 +00:00
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
Fariborz Jahanian
63823dea71
revert patch r216469.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216485 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-26 21:10:47 +00:00
Fariborz Jahanian
1bd3f74654
c11- Check for c11 language option as documentation says
...
feature is c11 about nested struct declarations must have
struct-declarator-list. Without this change, code
which was meant for c99 breaks. rdar://18125536
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216469 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-26 18:13:47 +00:00
Chris Lattner
9cbe4f0ba0
clang side to match the LLVM IR type system rewrite patch.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134831 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-09 17:41:47 +00:00
Nick Lewycky
f0438e728f
Replace \r\n with \n. No functional change.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120379 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-30 01:47:38 +00:00
John McCall
6c6feaca2b
This test does not need to test the alignment of pointers. Make it pass
...
on 64-bit systems.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120014 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-23 10:15:48 +00:00
Francois Pichet
02a8078b9d
long => int to make the test pass on system where sizeof(long) = 64.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120005 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-23 07:15:13 +00:00
Francois Pichet
8e161ed8e6
Microsoft C anonymous struct implementation.
...
Documentation: http://msdn.microsoft.com/en-us/library/z2cx9y4f.aspx
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120000 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-23 06:07:27 +00:00