summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mms-bitfields.c
Commit message (Collapse)AuthorAgeFilesLines
* [PR32482] Fix bitfield layout for -mms-bitfield and pragma packAlex Lorenz2018-01-311-0/+43
| | | | | | | | | | | The patch ensures that a new storage unit is created when the new bitfield's size is wider than the available bits. rdar://36343145 Differential Revision: https://reviews.llvm.org/D42660 llvm-svn: 323921
* Basic support for -mms-bitfields, from Carl Norum!Douglas Gregor2011-02-011-0/+22
llvm-svn: 124661
OpenPOWER on IntegriCloud