summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.comparison
AgeCommit message (Expand)Author
2023-12-05[libc++][test] Fix simple warnings (#74186)Stephan T. Lavavej
2023-11-27[libc++][test] Cleanup typos and unnecessary semicolons (#73435)Stephan T. Lavavej
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2022-08-10[libc++] Fixes string_view comparison operators.Mark de Wever
2022-08-04[libc++] Uses operator<=> in string_viewMark de Wever
2022-06-03[libc++][test] Skip string_view tests for other vendors on older modesJoe Loser
2022-06-01[libc++][test] Enable constexpr string comparison testsJoe Loser
2021-12-01[libc++] [test] Refactor string_view comparison tests for comprehensiveness.Arthur O'Dwyer
2021-08-20[libc++][NFC] Fix minor errors and inconsistencies in the test suiteLouis Dionne
2019-10-23[libc++][NFC] Remove excess trailing newlines from most filesCasey Carter
2019-10-22[libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej
2019-08-21libcxx: Rename .hpp files in libcxx/test/support 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
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow