summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.compare/class.rel/p1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [c++20] Determine whether a defaulted comparison should be deleted orRichard Smith2019-12-061-0/+2
| | | | constexpr.
* [c++2a] Allow comparison functions to be explicitly defaulted.Richard Smith2019-10-221-0/+25
This adds some initial syntactic checking that only the appropriate function signatures can be defaulted. No implicit definitions are generated yet.
OpenPOWER on IntegriCloud