summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.compare/class.spaceship/p1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [c++20] Delete defaulted comparison functions if they would invoke anRichard Smith2019-12-101-0/+23
| | | | inaccessible comparison function.
* [c++20] Defaulted comparison support for array members.Richard Smith2019-12-091-9/+40
|
* [c++20] Synthesis of defaulted comparison functions.Richard Smith2019-12-081-6/+102
| | | | | | 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-0/+81
constexpr.
OpenPOWER on IntegriCloud