summaryrefslogtreecommitdiffstats
path: root/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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201282 91177308-0d34-0410-b5e6-96231b3b80d8
* Change testcase to use FileCheck.John McCall2014-02-131-17/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201281 91177308-0d34-0410-b5e6-96231b3b80d8
* More rule enforcement of zero bitfields for ms_struct.Fariborz Jahanian2011-05-021-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130696 91177308-0d34-0410-b5e6-96231b3b80d8
* With ms_struct attribut, Zero-length bitfields following Fariborz Jahanian2011-04-261-0/+123
non-bitfield members are ignore. // rdar://8823265 wip git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130257 91177308-0d34-0410-b5e6-96231b3b80d8