summaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/cmp
AgeCommit message (Expand)Author
2024-10-03[libc++] P2167R3: Improved Proposed Wording for LWG 2114 (#109102)A. Jiang
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-02[libcxx][test] Use long double test macro in strong_order.pass.cpp (#106742)David Spickett
2024-08-30[libcxx][test] Add macro for when long double is just double (#106708)David Spickett
2024-08-21[libc++] Avoid -Wzero-as-null-pointer-constant in operator<=> (#79465)Louis Dionne
2024-02-23[libcxx][test] Change UNSUPPORTED to XFAIL for target-related failures (#81513)Abhina Sree
2023-04-17[libc++] Add annotation for arm64e in the strong_order test for long doubleLouis Dionne
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne
2023-01-09[libc++][test] _VSTD => std:: in test codeCasey Carter
2022-11-02[libc++][Android] strong_order_long_double.verify.cpp: disable on i686Ryan Prichard
2022-08-09[libc++][NFC] Remove TEST_HAS_NO_SPACESHIP_OPERATORAdrian Vogelsgesang
2022-06-14[libc++] Remove macros for IBM compilerLouis Dionne
2022-05-05[libcxx] [test] Extend the UNSUPPORTED lines in strong_order_long_double.veri...Martin Storsjö
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-10[libc++] Bump minimum compiler requirementsLouis Dionne
2022-02-22[libcxx][CI] Set Arm triples to match native clang build's defaultDavid Spickett
2022-02-11[libc++][nfc] Add TEST_HAS_NO_CHAR8_T.Mark de Wever
2022-02-03[libc++][nfc] Add TEST_HAS_NO_UNICODE_CHARS.Mark de Wever
2022-01-27[libc++] [P1614] Implement the second half of [cmp.alg]: compare_{strong,weak...Arthur O'Dwyer
2022-01-27[libc++][nfc] Add TEST_HAS_NO_INT128.Mark de Wever
2022-01-27[libc++][nfc] Include test_macros.h in more tests.Mark de Wever
2022-01-08[libcxx][test] `_VSTD` doesn't belong in test codeCasey Carter
2021-11-24[libc++] Handle armv7m in two architecture dependent testsLouis Dionne
2021-11-22[libc++] [P1614] Implement [cmp.alg]'s std::{strong,weak,partial}_order.Arthur O'Dwyer
2021-10-01[libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI.Arthur O'Dwyer
2021-09-29[libc++] [compare] Named comparison functions, is_eq etc.Arthur O'Dwyer
2021-09-05[libc++][compare] Implement three_way_comparable[_with] conceptsRuslan Arutyunyan
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne
2021-08-18[libc++] [P1614] Implement std::compare_three_way_result.Arthur O'Dwyer
2021-05-31[libcxx] [test] Add UNSUPPORTED: msvc in a couple verify.cpp testsMartin Storsjö
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-09-29Fix test failures with trunk clangRichard Smith
2020-09-29Improve the representation of <compare>'s zero-only type.Richard Smith
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