summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/union.c
Commit message (Expand)AuthorAgeFilesLines
* Retry r126357. Use CharUnits for the Size and DataSize calculations whenKen Dyck2011-02-281-0/+2
* Fix an incorrect union layout assert. Fixes PR6164.Anders Carlsson2010-01-281-0/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* eliminate some random .ll file outputsChris Lattner2009-01-271-1/+1
* Fix invalid bit-field.Anders Carlsson2008-12-061-1/+1
* Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar2008-08-211-1/+1
* Rearrange EmitLValueForField a bit to work properly for _Bool bitfields Eli Friedman2008-05-291-0/+3
* A small testcase; no patch, since it was a bug in a patch I never Eli Friedman2008-05-211-0/+5
* Begin handling union bitfields.Devang Patel2008-05-071-0/+5
* Match union field type when member expression is u->xDevang Patel2007-12-111-1/+5
* Fix isStructureType and isUnionType to ignore typedefs, as statedSeo Sanghyeon2007-12-021-0/+6
* Codegen union member references.Devang Patel2007-10-261-0/+18