aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/union-init2.c
AgeCommit message (Expand)Author
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2010-04-16emit padding as undef values, take 2Nuno Lopes
2010-04-12fix PR6660/6168: emit padding as zeros instead of undef. Because Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-29make clang emit undefs for padding of structs and unions instead of zeros. th...Nuno Lopes
2009-08-15Make test a bit more precise.Eli Friedman
2009-08-01Fix a minor issue with unions in the new struct building code.Eli Friedman