]> granicus.if.org Git - clang/commit
Refine the vcall for a function that is defined in a virtual base
authorMike Stump <mrs@apple.com>
Fri, 6 Nov 2009 02:38:24 +0000 (02:38 +0000)
committerMike Stump <mrs@apple.com>
Fri, 6 Nov 2009 02:38:24 +0000 (02:38 +0000)
commit33c530e33a2232e8d6089f4a3028e6b8c3e2b746
tree1611cddde6c82ad03c0379c3f0e75714c50d2e67
parent1053d246f451c399468248625d1146e3d845e21e
Refine the vcall for a function that is defined in a virtual base
class that is overridden in a base that isn't morally virtual.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86217 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGVtable.cpp
test/CodeGenCXX/virt.cpp