llvm-project/clang/test/CXX/class/class.compare/class.eq
Matheus Izvekov c9fd92d573 [clang] Improve diagnostics on implicitly deleted defaulted comparisons
This patch just makes the error message clearer by reinforcing the cause
was a lack of viable **three-way** comparison function for the
**complete object**.

Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>

Reviewed By: rsmith

Differential Revision: https://reviews.llvm.org/D97990
2021-03-13 01:13:52 +01:00
..
p1.cpp
p2.cpp [clang] Improve diagnostics on implicitly deleted defaulted comparisons 2021-03-13 01:13:52 +01:00
p3.cpp