[all-commits] [llvm/llvm-project] 22e852: [libc++][format] Implements range_formatter

Mark de Wever via All-commits all-commits at lists.llvm.org
Thu Jan 19 08:20:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22e8525dfdd7d78d05ad3873cf94476021e4a08f
      https://github.com/llvm/llvm-project/commit/22e8525dfdd7d78d05ad3873cf94476021e4a08f
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    M libcxx/docs/Status/FormatPaper.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__format/buffer.h
    M libcxx/include/__format/format_context.h
    M libcxx/include/__format/formatter_output.h
    M libcxx/include/__format/parser_std_format_spec.h
    M libcxx/include/__format/range_default_formatter.h
    A libcxx/include/__format/range_formatter.h
    M libcxx/include/__memory/allocate_at_least.h
    M libcxx/include/format
    M libcxx/include/module.modulemap.in
    M libcxx/test/libcxx/private_headers.verify.cpp
    M libcxx/test/libcxx/transitive_includes/cxx03.csv
    M libcxx/test/libcxx/transitive_includes/cxx11.csv
    M libcxx/test/libcxx/transitive_includes/cxx14.csv
    M libcxx/test/libcxx/transitive_includes/cxx17.csv
    M libcxx/test/libcxx/transitive_includes/cxx20.csv
    M libcxx/test/libcxx/transitive_includes/cxx2b.csv
    M libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.format.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.tests.h
    A libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.vformat.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.formatter/format.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.formatter/parse.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.formatter/set_brackets.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.formatter/set_separator.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.formatter/underlying.pass.cpp
    M libcxx/test/std/utilities/format/format.tuple/format.functions.format.pass.cpp
    M libcxx/test/std/utilities/format/format.tuple/format.functions.tests.h
    M libcxx/test/support/format.functions.common.h

  Log Message:
  -----------
  [libc++][format] Implements range_formatter

Implements parts of
- P2286R8 Formatting Ranges
- P2585R0 Improving default container formatting

Depends on D140651

Reviewed By: ldionne, #libc

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




More information about the All-commits mailing list