]> granicus.if.org Git - clang/commit
PR12625: Cope with classes which have incomplete base or member types:
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 25 Apr 2012 18:28:49 +0000 (18:28 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 25 Apr 2012 18:28:49 +0000 (18:28 +0000)
commit5d59b79c2fd8783900e52cf2dd6add5d3627b2fc
tree798e332ed33e6b48cd2c6d50db88d158bc2ef5b6
parent0d62709c6e9b33dce788e0c0fa3cd5c7f4d637d0
PR12625: Cope with classes which have incomplete base or member types:
Don't try to query whether an incomplete type has a trivial copy constructor
when determining whether a move constructor should be declared.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155575 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CXX/special/class.copy/implicit-move.cpp