summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/bitfield-layout.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Simplify wide bit-field layout in CGRecordLayoutBuilder, and also fix a bug ↵Anders Carlsson2010-04-171-4/+30
| | | | | | where assigning to a bit-field member would overwrite other parts of the struct. llvm-svn: 101681
* Unnamed bit-fields in a union should be laid out with a type that doesn't ↵Anders Carlsson2010-04-171-3/+11
| | | | | | affect alignment. llvm-svn: 101673
* If a wide bit-field is inside a union its offset should always be 0.Anders Carlsson2010-04-171-0/+9
llvm-svn: 101668
OpenPOWER on IntegriCloud