hanchenye-llvm-project/clang/test/CXX/class.derived
Richard Smith 9975dc38bf Defer checking for mismatches between the deletedness of and overriding
function and an overridden function until we know whether the overriding
function is deleted.

We previously did these checks when we first built the declaration,
which was too soon in some cases. We now defer all these checks to the
end of the class.

Also add missing check that a consteval function cannot override a
non-consteval function and vice versa.
2020-03-12 13:07:22 -07:00
..
class.abstract Defer checking for mismatches between the deletedness of and overriding 2020-03-12 13:07:22 -07:00
class.member.lookup
class.virtual
p1.cpp
p2.cpp