]> granicus.if.org Git - clang/commit
Calculate the primary base class better and use that when laying down
authorMike Stump <mrs@apple.com>
Wed, 5 Aug 2009 22:37:18 +0000 (22:37 +0000)
committerMike Stump <mrs@apple.com>
Wed, 5 Aug 2009 22:37:18 +0000 (22:37 +0000)
commit6f376336138ea719e3c4757ae046a5768043b276
tree4721570e1f90e01e46ddac8f5b7443914789c1f6
parentaed2b3e5f3a1f849ee864c2a12e8d6a1bf8150c5
Calculate the primary base class better and use that when laying down
the vtable.  Still a work in progress.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78252 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
include/clang/AST/RecordLayout.h
lib/AST/RecordLayoutBuilder.cpp
lib/AST/RecordLayoutBuilder.h
lib/CodeGen/CGCXX.cpp
test/CodeGenCXX/virt.cpp