summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/mms-bitfields.c
Commit message (Collapse)AuthorAgeFilesLines
* [PR32482] Fix bitfield layout for -mms-bitfield and pragma packAlex Lorenz2018-01-311-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 Gibbs2012-10-191-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 Friedman2012-10-121-0/+12
Patch by Jeremiah Zanin. llvm-svn: 165849
OpenPOWER on IntegriCloud