]> granicus.if.org Git - clang/commit
When doing a derived-to-base class through a virtual class, we don't have to get...
authorAnders Carlsson <andersca@mac.com>
Sat, 29 Jan 2011 03:18:56 +0000 (03:18 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 29 Jan 2011 03:18:56 +0000 (03:18 +0000)
commit336a7dc56871ccfeceecc296c9624f66f7ac01ec
treec2e129c5050ecf359edf270ef9b609b6fff81162
parenta50e33eb0ff7b73d44aebce88de3732583a7e960
When doing a derived-to-base class through a virtual class, we don't have to get the vbase offset from the vtable if the derived class is marked final.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124523 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGClass.cpp
test/CodeGenCXX/derived-to-virtual-base-class-calls-final.cpp [new file with mode: 0644]