aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ms-anonymous-struct.c
AgeCommit message (Expand)Author
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2010-11-30Replace \r\n with \n. No functional change.Nick Lewycky
2010-11-23This test does not need to test the alignment of pointers. Make it passJohn McCall
2010-11-23long => int to make the test pass on system where sizeof(long) = 64.Francois Pichet
2010-11-23Microsoft C anonymous struct implementation.Francois Pichet