summaryrefslogtreecommitdiff
path: root/test/Layout/itanium-union-bitfield.cpp
AgeCommit message (Collapse)Author
2015-08-19Fix the layout of bitfields in ms_struct unions: theirJohn McCall
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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245514 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-21Test case B: fixed check ruleEvgeny Astigeevich
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220272 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-21Test case B is updated to work for 32-bit and 64-bit platformsEvgeny Astigeevich
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220271 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-20Commit to test commit accessEvgeny Astigeevich
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220189 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-19clang/test/Layout/itanium-union-bitfield.cpp: Appease i686.NAKAMURA Takumi
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220166 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-17D5775: The new test case was missing from the preceding commit.Artyom Skrobov
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220032 91177308-0d34-0410-b5e6-96231b3b80d8