aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/ms-anonymous-struct.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-18/+18
llvm-svn: 230795
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-24/+24
llvm-svn: 230783
2014-08-26revert patch r216469.Fariborz Jahanian1-1/+1
llvm-svn: 216485
2014-08-26c11- Check for c11 language option as documentation saysFariborz Jahanian1-1/+1
feature is c11 about nested struct declarations must have struct-declarator-list. Without this change, code which was meant for c99 breaks. rdar://18125536 llvm-svn: 216469
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-2/+2
llvm-svn: 134831
2010-11-30Replace \r\n with \n. No functional change.Nick Lewycky1-99/+99
llvm-svn: 120379
2010-11-23This test does not need to test the alignment of pointers. Make it passJohn McCall1-8/+8
on 64-bit systems. llvm-svn: 120014
2010-11-23long => int to make the test pass on system where sizeof(long) = 64.Francois Pichet1-4/+4
llvm-svn: 120005
2010-11-23Microsoft C anonymous struct implementation.Francois Pichet1-0/+99
Documentation: http://msdn.microsoft.com/en-us/library/z2cx9y4f.aspx llvm-svn: 120000