]> granicus.if.org Git - clang/commit
PR28978: If we need overload resolution for the move constructor of an
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 16 Aug 2016 00:13:47 +0000 (00:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 16 Aug 2016 00:13:47 +0000 (00:13 +0000)
commitc75652c6924ab9e852d1089c57918a1421649118
treee57a0188a0ffc3e81748b34788204782469f5d30
parent2be279f314d7f2a45d0266d4103f520deb25f901
PR28978: If we need overload resolution for the move constructor of an
anonymous union member of a class, we need overload resolution for the move
constructor of the class itself too; we can't rely on Sema to do the right
thing for us for anonymous union types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278763 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclCXX.cpp
test/CXX/special/class.copy/p11.0x.move.cpp