summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.compare/class.compare.default/p2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [c++20] Synthesis of defaulted comparison functions.Richard Smith2019-12-081-1/+1
| | | | | | Array members are not yet handled. In addition, defaulted comparisons can't yet find comparison operators by unqualified lookup (only by member lookup and ADL). These issues will be fixed in follow-on changes.
* [c++20] Determine whether a defaulted comparison should be deleted orRichard Smith2019-12-061-42/+115
| | | | constexpr.
* [c++20] Enforce rule that a union-like class or class with referenceRichard Smith2019-10-271-0/+70
members cannot have defaulted comparisons.
OpenPOWER on IntegriCloud