summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/bitfield-layout.cpp
AgeCommit message (Expand)Author
2014-02-21Complete Rewrite of CGRecordLayoutBuilderWarren Hunt
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2010-04-17Simplify wide bit-field layout in CGRecordLayoutBuilder, and also fix a bug w...Anders Carlsson
2010-04-17Unnamed bit-fields in a union should be laid out with a type that doesn't aff...Anders Carlsson
2010-04-17If a wide bit-field is inside a union its offset should always be 0.Anders Carlsson