[libcxx-commits] [PATCH] D103425: [libc++][format] Adds string formatter.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 7 08:03:16 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd550930afcbb: [libc++][format] Adds string formatter. (authored by Mordante).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103425/new/
https://reviews.llvm.org/D103425
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__format/format_string.h
libcxx/include/__format/formatter.h
libcxx/include/__format/formatter_string.h
libcxx/include/__format/parser_std_format_spec.h
libcxx/include/format
libcxx/include/module.modulemap
libcxx/test/libcxx/diagnostics/detail.headers/format/formatter_string.module.verify.cpp
libcxx/test/std/utilities/format/format.formatter/format.context/format.formatter.spec/formatter.c_string.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.context/format.formatter.spec/formatter.const_char_array.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.context/format.formatter.spec/formatter.string.pass.cpp
libcxx/test/std/utilities/format/format.functions/format.pass.cpp
libcxx/test/std/utilities/format/format.functions/format_tests.h
libcxx/test/std/utilities/format/format.functions/formatted_size.pass.cpp
libcxx/test/std/utilities/format/format.functions/vformat.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103425.377852.patch
Type: text/x-patch
Size: 36252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211007/cae02a1c/attachment-0001.bin>
More information about the libcxx-commits
mailing list