[libcxx-commits] [PATCH] D136775: [libc++][format] Adds formatter for tuple and pair

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 14 10:02:01 PST 2022


Mordante updated this revision to Diff 482908.
Mordante added a comment.
Herald added a subscriber: arichardson.

CI fixes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136775/new/

https://reviews.llvm.org/D136775

Files:
  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
  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
  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
  libcxx/test/std/utilities/format/format.tuple/format.functions.format.verify.cpp
  libcxx/test/std/utilities/format/format.tuple/format.functions.tests.h
  libcxx/test/std/utilities/format/format.tuple/format.functions.vformat.pass.cpp
  libcxx/test/std/utilities/format/format.tuple/format.pass.cpp
  libcxx/test/std/utilities/format/format.tuple/parse.pass.cpp
  libcxx/test/std/utilities/format/format.tuple/set_brackets.pass.cpp
  libcxx/test/std/utilities/format/format.tuple/set_separator.pass.cpp
  libcxx/utils/ci/run-buildbot

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136775.482908.patch
Type: text/x-patch
Size: 63234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221214/668065e7/attachment-0001.bin>


More information about the libcxx-commits mailing list