summaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/cmp/cmp.partialord
AgeCommit message (Expand)Author
2022-08-09[libc++][NFC] Remove TEST_HAS_NO_SPACESHIP_OPERATORAdrian Vogelsgesang
2022-03-10[libc++] Bump minimum compiler requirementsLouis Dionne
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne
2021-05-13[libcxx] modifies `_CmpUnspecifiedParam` ignore types outside its domainChristopher Di Bella
2021-05-11[libcxx] removes operator!= and globally guards against no spaceship operatorChristopher Di Bella
2021-05-10[libcxx] removes `weak_equality` and `strong_equality` from <compare>Christopher Di Bella
2020-06-18[libc++] Add equality for spaceship types for themselvesChristopher Di Bella
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15[test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter
2018-04-06Implement P0768r1: Library support for the Spaceship Operator.Eric Fiselier