]> granicus.if.org Git - clang/commit
Teach DeclareImplicitCopyConstructor how to cope with virtual bases
authorDouglas Gregor <dgregor@apple.com>
Thu, 1 Jul 2010 18:27:03 +0000 (18:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 1 Jul 2010 18:27:03 +0000 (18:27 +0000)
commit598a8543ec4c22e7f0a27e7ff2cf7e49cfa4e4ff
treef446384013d2195a51e329bb04789fc3588d74e5
parent4a0c26f57ffe685dfc795f04eaef9b805997b65e
Teach DeclareImplicitCopyConstructor how to cope with virtual bases
and multi-dimensional array fields. Fixes several bugs found by
inspection.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107411 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CXX/special/class.copy/p9.cpp [new file with mode: 0644]