[libcxx-commits] [PATCH] D137271: [libc++][format] Adds range-default-formatter.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 6 11:25:10 PST 2022
Mordante updated this revision to Diff 480555.
Mordante marked 3 inline comments as done.
Mordante added a comment.
Rebased and address review comments.
Make sure the CI still passes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137271/new/
https://reviews.llvm.org/D137271
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__format/concepts.h
libcxx/include/__format/range_default_formatter.h
libcxx/include/__type_traits/is_specialization.h
libcxx/include/format
libcxx/include/module.modulemap.in
libcxx/include/type_traits
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/libcxx/transitive_includes/cxx03.csv
libcxx/test/libcxx/transitive_includes/cxx11.csv
libcxx/test/libcxx/transitive_includes/cxx14.csv
libcxx/test/libcxx/transitive_includes/cxx17.csv
libcxx/test/libcxx/transitive_includes/cxx20.csv
libcxx/test/libcxx/transitive_includes/cxx2b.csv
libcxx/test/libcxx/type_traits/is_specialization.compile.pass.cpp
libcxx/test/libcxx/type_traits/is_specialization.verify.cpp
libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
libcxx/test/std/utilities/format/format.range/format.range.fmtkind/format_kind.compile.pass.cpp
libcxx/test/std/utilities/format/format.range/format.range.fmtkind/format_kind.verify.cpp
libcxx/test/std/utilities/format/format.range/format.range.fmtkind/range_format.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137271.480555.patch
Type: text/x-patch
Size: 32354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221206/c6fa5688/attachment-0001.bin>
More information about the libcxx-commits
mailing list