"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bf0002e7c17dc0158a279dac07375266594ac130"
[ms-abi] Leading VFPtrs don't suppress the leading zero sized flag
The MS-ABI tracks a bit that asserts that the first sub-object is zero sized. This bit is used to add padding between objects if there's the potential for zero sized objects to alias. The bit is still true even if the zero sized base is lead by a VFPtr. This patch makes clang mimic that behavior. llvm-svn: 199132
Loading
Please register or sign in to comment