summaryrefslogtreecommitdiffstats
path: root/clang/test/Layout/itanium-union-bitfield.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the layout of bitfields in ms_struct unions: theirJohn McCall2015-08-191-8/+8
| | | | | | | | | | | | | | | alignment is ignored, and they always allocate a complete storage unit. Also, change the dumping of AST record layouts: use the more readable C++-style dumping even in C, include bitfield offset information in the dump, and don't print sizeof/alignof information for fields of record type, since we don't do so for bases or other kinds of field. rdar://22275433 llvm-svn: 245514
* Test case B: fixed check ruleEvgeny Astigeevich2014-10-211-1/+1
| | | | llvm-svn: 220272
* Test case B is updated to work for 32-bit and 64-bit platformsEvgeny Astigeevich2014-10-211-3/+3
| | | | llvm-svn: 220271
* Commit to test commit accessEvgeny Astigeevich2014-10-201-0/+1
| | | | llvm-svn: 220189
* clang/test/Layout/itanium-union-bitfield.cpp: Appease i686.NAKAMURA Takumi2014-10-191-3/+2
| | | | llvm-svn: 220166
* D5775: The new test case was missing from the preceding commit.Artyom Skrobov2014-10-171-0/+29
llvm-svn: 220032
OpenPOWER on IntegriCloud