aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/transparent-union.c
AgeCommit message (Expand)Author
2013-02-15Update testcases due to Attribute sorting improvements.Bill Wendling
2013-01-31Update the tests.Bill Wendling
2011-07-12fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-05-22make the x86-32 backend specify a byval alignment, even when theChris Lattner
2010-11-24Fix a (probably very old) regression where we weren't using the typedef name ...Anders Carlsson
2010-10-24Implement GNU C extension: two types are compatible if they appearPeter Collingbourne
2010-09-17Sema/transparent_union: Make sure to add implicit cast when constructingDaniel Dunbar