Take cv-qualifiers on fields of class type into account when determining
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 25 Nov 2013 07:07:05 +0000 (07:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 25 Nov 2013 07:07:05 +0000 (07:07 +0000)
commite83ec4a47588e39c87282cc0b7590bee224a3ee2
treec660e01321a16b1d7e11395568947db913eb25ad
parent26f998ce035e829b9a8877199caf23ed2b22b207
Take cv-qualifiers on fields of class type into account when determining
whether a defaulted special member function should be deleted.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195620 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclCXX.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/except/except.spec/p14.cpp
test/CXX/special/class.copy/p11.0x.copy.cpp
test/CXX/special/class.copy/p11.0x.move.cpp
test/CXX/special/class.copy/p23-cxx11.cpp