]> granicus.if.org Git - clang/commit
When generating base ctors/dtors, we need to lookup virtual bases using the vtable.
authorAnders Carlsson <andersca@mac.com>
Mon, 29 Mar 2010 01:14:25 +0000 (01:14 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 29 Mar 2010 01:14:25 +0000 (01:14 +0000)
commitb358814a25a75657f7f80ee9e198834da873c76e
tree15d57fd30c3830b274cf4ebe61e678a2a4518ae9
parent80faf6986c667ca0f7e8d665f8aa104c8e2fa105
When generating base ctors/dtors, we need to lookup virtual bases using the vtable.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99790 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGClass.cpp