llvm-project/clang/test/CXX/over
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.built DR1687: When overload resolution selects a built-in operator, implicit 2018-06-27 20:30:34 +00:00
over.load
over.match [c++20] Further extend the set of comparisons broken by C++20 that we 2020-03-20 14:22:48 -07:00
over.oper/over.literal
over.over [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a 2020-01-24 00:48:59 +02:00