summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.ops/string_find.last.not.of
AgeCommit message (Expand)Author
2023-09-27[libc++] Refactor string unit tests to ease addition of new allocatorsLouis Dionne
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2022-08-26[libc++][NFC] Remove some of the code duplication in the string testsNikolas Klauser
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-02-11[libc++] Prepare string.ops for constexprNikolas Klauser
2021-02-09[libc++] Add `noexcept` to `string::find` and similar members.zoecarver
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-07-02Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow
2017-09-26[libcxx] [test] Fix unused local typedef warnings.Stephan T. Lavavej
2017-09-07Add even more string_view tests. These found some bugs in the default paramet...Marshall Clow
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier