-
- Downloads
[ms-abi] Report VBPtrOffset correctly
Although VBPtrs were being placed correctly by the ms-abi layout engine, their offsets were being improperly reported to the ASTRecordLayout builder due to a bug. This patch fixes that and fixes the test cases to use the correct values. y git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199168 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/AST/RecordLayoutBuilder.cpp 5 additions, 6 deletionslib/AST/RecordLayoutBuilder.cpp
- test/CodeGenCXX/microsoft-abi-member-pointers.cpp 2 additions, 2 deletionstest/CodeGenCXX/microsoft-abi-member-pointers.cpp
- test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 1 addition, 1 deletion...X/microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp
- test/CodeGenCXX/virtual-base-cast.cpp 2 additions, 2 deletionstest/CodeGenCXX/virtual-base-cast.cpp
Loading
Please register or sign in to comment