llvm-project/clang/test/CXX/class
Yang Fan 74f93bc373
[Sema] Fix deleted function problem in implicitly movable test
In implicitly movable test, a two-stage overload resolution is performed.
If the first overload resolution selects a deleted function, Clang directly
performs the second overload resolution, without checking whether the
deleted function matches the additional criteria.

This patch fixes the above problem.

Reviewed By: Quuxplusone

Differential Revision: https://reviews.llvm.org/D92936
2021-01-06 10:05:40 +08:00
..
class.base/class.base.init
class.bit
class.compare
class.friend
class.init/class.copy.elision [Sema] Fix deleted function problem in implicitly movable test 2021-01-06 10:05:40 +08:00
class.local
class.mem
class.mfct/class.mfct.non-static
class.nest
class.nested.type
class.static/class.static.data
class.union
p1-0x.cpp
p2-0x.cpp
p6-0x.cpp