summaryrefslogtreecommitdiff
path: root/test/CodeGen/transparent-union.c
AgeCommit message (Expand)Author
2017-02-28Allow attributes before union definitionErich Keane
2014-11-15Fix IRGen for passing transparent unionsReid Kleckner
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
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