Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ms_struct layout replaces platform-specific behavior like | John McCall | 2014-02-13 | 1 | -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 McCall | 2014-02-13 | 1 | -17/+22 |
| | | | | llvm-svn: 201281 | ||||
* | More rule enforcement of zero bitfields for ms_struct. | Fariborz Jahanian | 2011-05-02 | 1 | -0/+8 |
| | | | | llvm-svn: 130696 | ||||
* | With ms_struct attribut, Zero-length bitfields following | Fariborz Jahanian | 2011-04-26 | 1 | -0/+123 |
non-bitfield members are ignore. // rdar://8823265 wip llvm-svn: 130257 |