Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PR32482] Fix bitfield layout for -mms-bitfield and pragma pack | Alex Lorenz | 2018-01-31 | 1 | -0/+15 |
| | | | | | | | | | | | 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 | ||||
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| | | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280 | ||||
* | Make -mms-bitfields behave consistently. | Eli Friedman | 2012-10-12 | 1 | -0/+12 |
Patch by Jeremiah Zanin. llvm-svn: 165849 |