summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms_struct-bitfield.c
Commit message (Collapse)AuthorAgeFilesLines
* ms_struct layout replaces platform-specific behavior likeJohn McCall2014-02-131-0/+43
| | | | | | | | | useBitFieldTypeAlignment() and appears to ignore the special bit-packing semantics of __attribute__((packed)). Further flesh out an already-extensive comment. llvm-svn: 201282
* Change testcase to use FileCheck.John McCall2014-02-131-17/+22
| | | | llvm-svn: 201281
* More rule enforcement of zero bitfields for ms_struct.Fariborz Jahanian2011-05-021-0/+8
| | | | llvm-svn: 130696
* With ms_struct attribut, Zero-length bitfields following Fariborz Jahanian2011-04-261-0/+123
non-bitfield members are ignore. // rdar://8823265 wip llvm-svn: 130257
OpenPOWER on IntegriCloud