]> granicus.if.org Git - clang/commit
Expand test of C++0x [class.copymove]p15 to make sure we're actually calling the...
authorDouglas Gregor <dgregor@apple.com>
Wed, 10 Aug 2011 16:59:20 +0000 (16:59 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 10 Aug 2011 16:59:20 +0000 (16:59 +0000)
commit036e81c79805364d984af2be06be62562e08c980
tree05336e89e5f8793777a8e11ac4dbcf1d27d36ef9
parent136da1c4320156fe8924139f58fbeed2e32cc6e8
Expand test of C++0x [class.copymove]p15 to make sure we're actually calling the copy constructor of a base/member from an explicitly-defaulted copy constructor, rather than the default constructor

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137220 91177308-0d34-0410-b5e6-96231b3b80d8
test/CXX/special/class.copy/p15-0x.cpp