[all-commits] [llvm/llvm-project] eb6e13: [libc++][format] Adds formatter for tuple and pair
Mark de Wever via All-commits
all-commits at lists.llvm.org
Thu Dec 22 10:36:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb6e13cb32805ee12d19aaa5823f3e4216a35653
https://github.com/llvm/llvm-project/commit/eb6e13cb32805ee12d19aaa5823f3e4216a35653
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M libcxx/docs/Status/FormatPaper.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__chrono/statically_widen.h
M libcxx/include/__format/formatter.h
A libcxx/include/__format/formatter_tuple.h
M libcxx/include/__format/parser_std_format_spec.h
M libcxx/include/__utility/integer_sequence.h
M libcxx/include/format
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/libcxx/utilities/intseq/for_each_index_sequence.pass.cpp
M libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
M libcxx/test/std/utilities/format/format.functions/format_tests.h
A libcxx/test/std/utilities/format/format.tuple/format.functions.format.pass.cpp
A libcxx/test/std/utilities/format/format.tuple/format.functions.format.verify.cpp
A libcxx/test/std/utilities/format/format.tuple/format.functions.tests.h
A libcxx/test/std/utilities/format/format.tuple/format.functions.vformat.pass.cpp
A libcxx/test/std/utilities/format/format.tuple/format.pass.cpp
A libcxx/test/std/utilities/format/format.tuple/parse.pass.cpp
A libcxx/test/std/utilities/format/format.tuple/set_brackets.pass.cpp
A libcxx/test/std/utilities/format/format.tuple/set_separator.pass.cpp
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++][format] Adds formatter for tuple and pair
Implements parts of
- P2286R8 Formatting Ranges
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D136775
More information about the All-commits
mailing list