summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/comparisons
AgeCommit message (Expand)Author
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2021-10-10[libc++] [P1614] Implement std::compare_three_way.Arthur O'Dwyer
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-06-15[libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs i...Arthur O'Dwyer
2021-04-22[libc++][ranges] Add range.cmp: equal_to, not_equal_to, less, etc.zoecarver
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-08-21libcxx: Rename last two .hpp files in libcxx to .hNico Weber
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-22Un-XFAIL a test under new GCC version; the GCC bug has been fixedEric Fiselier
2018-01-18Fix most GCC test failures.Eric Fiselier
2017-08-11[libcxx] [test] Rename _Up to U, etc. NFCI.Stephan T. Lavavej
2017-08-11[libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej
2016-12-11Enable the -Wsign-compare warning to better support MSVCEric Fiselier
2016-06-02Mark LWG issue 2450 as complete.Eric Fiselier
2016-05-28[libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake
2015-01-07Missed one comparison test in r225375Marshall Clow
2015-01-07In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier