[libc++][format] Adds formatter for tuple and pair
authorMark de Wever <koraq@xs4all.nl>
Thu, 5 May 2022 16:57:32 +0000 (18:57 +0200)
committerMark de Wever <koraq@xs4all.nl>
Thu, 22 Dec 2022 18:36:28 +0000 (19:36 +0100)
commiteb6e13cb32805ee12d19aaa5823f3e4216a35653
treebdf3661445788c9acb25658e0063c7e768f9793b
parent384049a755fa9f3a58655599f86e4fdf4633c390
[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
22 files changed:
libcxx/docs/Status/FormatPaper.csv
libcxx/include/CMakeLists.txt
libcxx/include/__chrono/statically_widen.h
libcxx/include/__format/formatter.h
libcxx/include/__format/formatter_tuple.h [new file with mode: 0644]
libcxx/include/__format/parser_std_format_spec.h
libcxx/include/__utility/integer_sequence.h
libcxx/include/format
libcxx/include/module.modulemap.in
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/libcxx/utilities/intseq/for_each_index_sequence.pass.cpp [new file with mode: 0644]
libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
libcxx/test/std/utilities/format/format.functions/format_tests.h
libcxx/test/std/utilities/format/format.tuple/format.functions.format.pass.cpp [new file with mode: 0644]
libcxx/test/std/utilities/format/format.tuple/format.functions.format.verify.cpp [new file with mode: 0644]
libcxx/test/std/utilities/format/format.tuple/format.functions.tests.h [new file with mode: 0644]
libcxx/test/std/utilities/format/format.tuple/format.functions.vformat.pass.cpp [new file with mode: 0644]
libcxx/test/std/utilities/format/format.tuple/format.pass.cpp [new file with mode: 0644]
libcxx/test/std/utilities/format/format.tuple/parse.pass.cpp [new file with mode: 0644]
libcxx/test/std/utilities/format/format.tuple/set_brackets.pass.cpp [new file with mode: 0644]
libcxx/test/std/utilities/format/format.tuple/set_separator.pass.cpp [new file with mode: 0644]
libcxx/utils/ci/run-buildbot