summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/union-init2.c
Commit message (Expand)AuthorAgeFilesLines
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* emit padding as undef values, take 2Nuno Lopes2010-04-161-1/+7
* fix PR6660/6168: emit padding as zeros instead of undef. Because Chris Lattner2010-04-121-1/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* make clang emit undefs for padding of structs and unions instead of zeros. th...Nuno Lopes2009-10-291-1/+1
* Make test a bit more precise.Eli Friedman2009-08-151-1/+1
* Fix a minor issue with unions in the new struct building code.Eli Friedman2009-08-011-0/+4