summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.compare/class.spaceship/p3.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [c++20] Defaulted comparison support for array members.Richard Smith2019-12-091-10/+14
|
* [c++20] Synthesis of defaulted comparison functions.Richard Smith2019-12-081-0/+35
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.
OpenPOWER on IntegriCloud