[MS ABI] Fix the preferred alignment of member pointers
Member pointers in the MS ABI have different alignment depending on whether they were created on the stack or live in a record. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235681 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/AST/ASTContext.cpp 6 additions, 1 deletionlib/AST/ASTContext.cpp
- lib/CodeGen/CGCall.cpp 1 addition, 2 deletionslib/CodeGen/CGCall.cpp
- test/CodeGenCXX/microsoft-abi-member-pointers.cpp 29 additions, 29 deletionstest/CodeGenCXX/microsoft-abi-member-pointers.cpp
- test/SemaCXX/member-pointer-ms.cpp 7 additions, 7 deletionstest/SemaCXX/member-pointer-ms.cpp
Loading
Please register or sign in to comment