summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.contains/contains.ptr.pass.cpp
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-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-03-19[libc++] Prepare string tests for constexprNikolas Klauser
2022-02-10[libc++] Prepare string.{contains, ends_with, iterators, require, starts_with...Nikolas Klauser
2021-04-12[libc++] Divorce the std Lit feature from the -std=XXX compiler flagLouis Dionne
2021-01-19[libc++][P1679] add string containsWim Leflere