[all-commits] [llvm/llvm-project] ed8ea2: [libc++][format] range-default-formatter for strings.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sun Apr 9 03:49:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed8ea2bbf84388b60db5a634870baa4c26001d73
https://github.com/llvm/llvm-project/commit/ed8ea2bbf84388b60db5a634870baa4c26001d73
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-04-09 (Sun, 09 Apr 2023)
Changed paths:
M libcxx/docs/Status/FormatPaper.csv
M libcxx/include/__format/range_default_formatter.h
A libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.functions.format.pass.cpp
A libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.functions.tests.h
A libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.functions.vformat.pass.cpp
A libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.pass.cpp
A libcxx/test/std/utilities/format/format.range/format.range.fmtstr/parse.pass.cpp
Log Message:
-----------
[libc++][format] range-default-formatter for strings.
Implements the range-default-formatter specialization range_format::string
and range_format::debug_string.
Implements parts of
- P2286R8 Formatting Ranges
- P2585R0 Improving default container formatting
Depends on D145847
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D145853
More information about the All-commits
mailing list