]> granicus.if.org Git - clang/commit
Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsof...
authorTimur Iskhodzhanov <timurrrr@google.com>
Fri, 15 Feb 2013 14:45:22 +0000 (14:45 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Fri, 15 Feb 2013 14:45:22 +0000 (14:45 +0000)
commit0f9827f5d6248d7008063768eb5f2c3e6ba83e94
tree40e59771b6c7c9636830fbea251701642c7a9f34
parenta574c8909748fc0d2fd723a48334d6d2c72c8227
Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsoft; also fix vdtor calls for the ARM ABI

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175271 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXXABI.h
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MicrosoftCXXABI.cpp
test/CodeGenCXX/arm.cpp
test/CodeGenCXX/microsoft-abi-structors.cpp