summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/transparent-union.c
Commit message (Expand)AuthorAgeFilesLines
* Allow attributes before union definitionErich Keane2017-02-281-0/+11
* Fix IRGen for passing transparent unionsReid Kleckner2014-11-151-7/+12
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Update testcases due to Attribute sorting improvements.Bill Wendling2013-02-151-1/+1
* Update the tests.Bill Wendling2013-01-311-1/+1
* 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