summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.cons/from_iterator_sentinel.pass.cpp
AgeCommit message (Expand)Author
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-02-21[libcxx][test] array and basic_string_view iterators are not portably pointersCasey Carter
2022-02-15[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.Arthur O'Dwyer
2021-10-19[libc++][NFC] Mark LWG3573 as completeJoe Loser
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-10-06[libc++] Implement P1391 for string_viewJoe Loser