summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/strings.erasure/erase.pass.cpp
AgeCommit message (Expand)Author
2025-03-05[libc++] Add missed `constexpr` to `erase(_if)` in `<string>` (#129666)A. Jiang
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2021-08-20[libc++][NFC] Fix minor errors and inconsistencies in the test suiteLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-05-02[libc++][P1115][C++20] Improving the Return Value of Erase-Like Algorithms II...Marek Kurdej
2019-10-23[NFC] Strip trailing whitespace from libc++Louis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-14Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow