aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ms-anonymous-struct.c
AgeCommit message (Collapse)Author
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134831 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-30Replace \r\n with \n. No functional change.Nick Lewycky
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120379 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-23This test does not need to test the alignment of pointers. Make it passJohn McCall
on 64-bit systems. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120014 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-23long => int to make the test pass on system where sizeof(long) = 64.Francois Pichet
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120005 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-23Microsoft C anonymous struct implementation.Francois Pichet
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