]> granicus.if.org Git - clang/commit
Improve support for non-virtual 'this' pointer adjustments. With this, it should...
authorAnders Carlsson <andersca@mac.com>
Sun, 14 Feb 2010 00:16:19 +0000 (00:16 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 14 Feb 2010 00:16:19 +0000 (00:16 +0000)
commite67dc3072522570207a16724ea459f81a58e4621
tree0836fa6442bee07740ba28b014b4589809c63cf4
parent49bac9a2ea08961b6de77c9a08ed77fbbb7f5a1a
Improve support for non-virtual 'this' pointer adjustments. With this, it should be possible to use the new vtable layout code for all class hierarchies that do not involve virtual bases.

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