]> granicus.if.org Git - clang/commit
Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used yet).
authorAnders Carlsson <andersca@mac.com>
Wed, 25 Nov 2009 03:15:49 +0000 (03:15 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 25 Nov 2009 03:15:49 +0000 (03:15 +0000)
commitf6c56e2323c3f973253805a2f35629f3253ebed4
tree5e65dc049d7ed0b519fc55660f35689015ae81e1
parentbc6c676448f4726dbdf086d4cb066b0fa3e97db2
Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used yet).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89835 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGCall.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenTypes.h
test/CodeGenCXX/virtual-bases.cpp [new file with mode: 0644]