]> granicus.if.org Git - clang/commit
More fixes. Don't try to emit a virtual base vtable if the virtual base in question...
authorAnders Carlsson <andersca@mac.com>
Tue, 23 Feb 2010 03:48:14 +0000 (03:48 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 23 Feb 2010 03:48:14 +0000 (03:48 +0000)
commitaf280c03a515b39b4b2c8e221068b3ed6a692cab
treedb288303fe31c0e2f308b932c7fe0bd3e320eb62
parent92f54325673f2708d911ae3d8a95d77e21b06e37
More fixes. Don't try to emit a virtual base vtable if the virtual base in question is a primary virtual base of some other base.

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