llvm-project/clang/test/CXX/over/over.match
Richard Smith dc4259d5a3 [c++20] Further extend the set of comparisons broken by C++20 that we
accept as an extension.

This attempts to accept the same cases a GCC, plus cases where a
comparison is rewritten to an operator== with an integral but non-bool
return type; this is sufficient to avoid most problems with various
major open-source projects (such as ICU) and appears to fix all but one
of the comparison-related C++20 build breaks in LLVM.

This approach is being pursued for standardization.
2020-03-20 14:22:48 -07:00
..
over.match.best PR44761: Fix fallback to later tiebreakers if two non-template functions 2020-02-04 12:21:42 -08:00
over.match.funcs [c++20] Further extend the set of comparisons broken by C++20 that we 2020-03-20 14:22:48 -07:00
over.match.viable [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a 2020-01-24 00:48:59 +02:00