[all-commits] [llvm/llvm-project] a845b5: [libc++] Use bounded iterators in std::string_view...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Jan 31 15:24:00 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a845b5b4fb8a0070a6e296c462fd62bb17d74bff
      https://github.com/llvm/llvm-project/commit/a845b5b4fb8a0070a6e296c462fd62bb17d74bff
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/include/__chrono/formatter.h
    M libcxx/include/__chrono/parser_std_format_spec.h
    M libcxx/include/__format/formatter_output.h
    M libcxx/include/__format/formatter_tuple.h
    M libcxx/include/__format/range_formatter.h
    M libcxx/include/string_view
    A libcxx/test/libcxx/strings/string.view/string.view.iterators/debug.iterator-indexing.pass.cpp
    M libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.lazy.split/base.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.lazy.split/ctor.range.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.lazy.split/end.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.lazy.split/types.h

  Log Message:
  -----------
  [libc++] Use bounded iterators in std::string_view when the debug mode is enabled

Differential Revision: https://reviews.llvm.org/D142903




More information about the All-commits mailing list