aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ms_struct-bitfield-3.c
AgeCommit message (Collapse)Author
2011-05-09'long long' requires special treatment in ms_structFariborz Jahanian
structs (impacts 32-bit only though). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131103 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-06In ms_struct structs, Establish a new alignment for a Fariborz Jahanian
non-bitfield following a bitfield if size of their types differ. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131032 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-06Establish a new alignment for an ms_struct bitfield followingFariborz Jahanian
a non-bitfield if size of their types differ. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131023 91177308-0d34-0410-b5e6-96231b3b80d8