summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/transparent-union.c
Commit message (Expand)AuthorAgeFilesLines
* fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner2011-07-121-1/+1
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* make the x86-32 backend specify a byval alignment, even when theChris Lattner2011-05-221-1/+1
* Fix a (probably very old) regression where we weren't using the typedef name ...Anders Carlsson2010-11-241-1/+1
* Implement GNU C extension: two types are compatible if they appearPeter Collingbourne2010-10-241-1/+4
* Sema/transparent_union: Make sure to add implicit cast when constructingDaniel Dunbar2010-09-171-0/+22