]> granicus.if.org Git - clang/commit
PR31606: Generalize our tentative DR resolution for inheriting copy/move
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Jan 2017 20:46:54 +0000 (20:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Jan 2017 20:46:54 +0000 (20:46 +0000)
commit4ad7038ee8d74b3c300ed7b1d008213ae4fe25a2
tree6170cbc6b90dc2ecf81130c6c92868a80c7211ee
parentd117f0b7013178f1160823fd6d3fb32e38fe9526
PR31606: Generalize our tentative DR resolution for inheriting copy/move
constructors to better match the pre-P0136R1 behavior.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291955 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaOverload.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p15.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p1.cpp
test/CXX/drs/dr16xx.cpp
test/CXX/drs/dr19xx.cpp
test/CXX/special/class.inhctor/p1.cpp
test/CXX/special/class.inhctor/p3.cpp
test/CXX/special/class.inhctor/p7.cpp
test/SemaCXX/cxx11-inheriting-ctors.cpp
test/SemaTemplate/cxx1z-using-declaration.cpp