llvm-project/clang/test/CXX/class
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
..
class.base/class.base.init
class.bit Better diagnostics for anonymous bit-fields with attributes or an initializer. 2020-09-29 16:32:20 -04:00
class.compare [clang] Improve diagnostics on implicitly deleted defaulted comparisons 2021-03-13 01:13:52 +01:00
class.friend
class.init/class.copy.elision [C++20] [P1825] More implicit moves 2021-02-16 17:24:20 -05:00
class.local Implement P1766R1: diagnose giving non-C-compatible classes a typedef name for linkage purposes. 2020-02-07 11:47:37 -08:00
class.mem PR12350: Handle remaining cases permitted by CWG DR 244. 2020-02-07 18:40:41 -08:00
class.mfct/class.mfct.non-static
class.nest
class.nested.type
class.static/class.static.data
class.union Implement P1766R1: diagnose giving non-C-compatible classes a typedef name for linkage purposes. 2020-02-07 11:47:37 -08:00
p1-0x.cpp
p2-0x.cpp
p6-0x.cpp