]> granicus.if.org Git - clang/commit
Make sure to set vtable pointers in the destructors as well.
authorAnders Carlsson <andersca@mac.com>
Sun, 7 Feb 2010 19:45:40 +0000 (19:45 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 7 Feb 2010 19:45:40 +0000 (19:45 +0000)
commit1851a12605bc6f1ea70d11974a315340ebaab6eb
treeaa75366648d8cf95699bfef4330be6655e04b438
parent585fa68ca00421af6c8289866a7bde27a8e8c0ce
Make sure to set vtable pointers in the destructors as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95525 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGClass.cpp
lib/CodeGen/CGException.cpp
lib/CodeGen/CodeGenFunction.cpp
test/CodeGenCXX/vtable-pointer-initialization.cpp [new file with mode: 0644]