summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.ends_with/ends_with.char.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-02-10[libc++] Prepare string.{contains, ends_with, iterators, require, starts_with...Nikolas Klauser
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-12-04Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow