summaryrefslogtreecommitdiff
path: root/test/CodeGen/ms-anonymous-struct.c
AgeCommit message (Expand)Author
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-08-26revert patch r216469.Fariborz Jahanian
2014-08-26c11- Check for c11 language option as documentation saysFariborz Jahanian
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