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 [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a 2020-01-24 00:48:59 +02:00
p1.cpp
p2.cpp