llvm-project/libcxx/test/std/strings/string.view/string.view.template
Wim Leflere 6ac9cb2a7c [libc++][P1679] add string contains
C++23 string contains implementation and tests

Paper: https://wg21.link/P1679R3
Standard (string): https://eel.is/c++draft/string.contains
Standard (string_view): https://eel.is/c++draft/string.view.ops#lib:contains,basic_string_view

Differential Revision: https://reviews.llvm.org/D93912
2021-01-19 14:35:07 -05:00
..
contains.char.pass.cpp [libc++][P1679] add string contains 2021-01-19 14:35:07 -05:00
contains.ptr.pass.cpp [libc++][P1679] add string contains 2021-01-19 14:35:07 -05:00
contains.string_view.pass.cpp [libc++][P1679] add string contains 2021-01-19 14:35:07 -05:00
ends_with.char.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
ends_with.ptr.pass.cpp [libc++] Fix synopsis in string::ends_with test. NFC. 2020-12-15 19:03:11 +01:00
ends_with.string_view.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
starts_with.char.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
starts_with.ptr.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
starts_with.string_view.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00