]> granicus.if.org Git - clang/commit
Don't compute final overriders or build vtables for bases that don't need a vtable.
authorAnders Carlsson <andersca@mac.com>
Sun, 14 Feb 2010 17:05:59 +0000 (17:05 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 14 Feb 2010 17:05:59 +0000 (17:05 +0000)
commitb828afa89a3d50c4370199a7c6c04facfd843b47
treedac88d3630a8dd4e788d73b1610af1c7e2fd40ac
parentd999b3736ce2646ae0711416b421d906298764db
Don't compute final overriders or build vtables for bases that don't need a vtable.

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