[libc++] Use bounded iterators in std::string_view when the debug mode is enabled
authorLouis Dionne <ldionne.2@gmail.com>
Mon, 30 Jan 2023 15:57:26 +0000 (10:57 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 31 Jan 2023 23:23:46 +0000 (18:23 -0500)
commita845b5b4fb8a0070a6e296c462fd62bb17d74bff
tree694fa452e1867923e42a95acd10a4f4711c7ac1f
parent742bcbf685bc51c5714e0be4b8a71d8b84c573c8
[libc++] Use bounded iterators in std::string_view when the debug mode is enabled

Differential Revision: https://reviews.llvm.org/D142903
13 files changed:
libcxx/docs/ReleaseNotes.rst
libcxx/include/__chrono/formatter.h
libcxx/include/__chrono/parser_std_format_spec.h
libcxx/include/__format/formatter_output.h
libcxx/include/__format/formatter_tuple.h
libcxx/include/__format/range_formatter.h
libcxx/include/string_view
libcxx/test/libcxx/strings/string.view/string.view.iterators/debug.iterator-indexing.pass.cpp [new file with mode: 0644]
libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.lazy.split/base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.lazy.split/ctor.range.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.lazy.split/end.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.lazy.split/types.h