summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.iterators/iterators.pass.cpp
AgeCommit message (Expand)Author
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-01-24[libcxx][test] the domain of == for forward iterators is iterator values from...Casey Carter
2022-01-04[libc++] Fix __wrap_iter copy-assignment in constexpr contextsNikolas Klauser
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-04-23Implement N3644 "Null Forward Pointers" in _LIBCPP_DEBUG mode.Arthur O'Dwyer
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
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-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-05-28[libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake
2014-12-20Move test into test/std subdirectory.Eric Fiselier