aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/union.c
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-27eliminate some random .ll file outputsChris Lattner
2008-12-06Fix invalid bit-field.Anders Carlsson
2008-08-21Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar
2008-05-29Rearrange EmitLValueForField a bit to work properly for _Bool bitfields Eli Friedman
2008-05-21A small testcase; no patch, since it was a bug in a patch I never Eli Friedman
2008-05-07Begin handling union bitfields.Devang Patel
2007-12-11Match union field type when member expression is u->xDevang Patel
2007-12-02Fix isStructureType and isUnionType to ignore typedefs, as statedSeo Sanghyeon
2007-10-26Codegen union member references.Devang Patel