]> granicus.if.org Git - clang/commit
Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtu...
authorTimur Iskhodzhanov <timurrrr@google.com>
Wed, 5 Jun 2013 06:36:37 +0000 (06:36 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Wed, 5 Jun 2013 06:36:37 +0000 (06:36 +0000)
commitf19759ea386d0576a7a0e250cedccc33ed560bf5
tree73d5ab76653567010be9f93200a2e8e13a77009b
parent5f6e2f4010e1ebbc07231eff7c92e474e8912350
Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers(); also add some tests for the VTable indices output to make sure we don't regress

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183298 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/VTableBuilder.h
lib/AST/VTableBuilder.cpp
test/CodeGenCXX/vtable-layout.cpp