[libcxx-commits] [PATCH] D128139: [libc++][format] Improve integral formatters.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 23 10:24:05 PDT 2022
Mordante updated this revision to Diff 439455.
Mordante added a comment.
Fixes CI.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128139/new/
https://reviews.llvm.org/D128139
Files:
libcxx/include/__format/formatter_bool.h
libcxx/include/__format/formatter_char.h
libcxx/include/__format/formatter_floating_point.h
libcxx/include/__format/formatter_integer.h
libcxx/include/__format/formatter_integral.h
libcxx/include/__format/formatter_pointer.h
libcxx/include/__format/parser_std_format_spec.h
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_bool.pass.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_char.pass.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_integer.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128139.439455.patch
Type: text/x-patch
Size: 101757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220623/7b63706f/attachment-0001.bin>
More information about the libcxx-commits
mailing list