[libcxx-commits] [PATCH] D112361: [libc++][format] Buffer changes proof-of-concept
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Nov 13 09:44:47 PST 2021
Mordante updated this revision to Diff 387031.
Mordante marked 2 inline comments as done.
Mordante added a comment.
Addresses review comments.
@vitaut's suggestion turned `__direct_storage` into an empty class, this avoids some duplication but required a small rewrite.
The CI will fail.
This version will be used to update the earlier patches in this series so this patch can be applied in smaller steps.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112361/new/
https://reviews.llvm.org/D112361
Files:
libcxx/after-v2/format.txt
libcxx/after-v2/format_to.txt
libcxx/after-v2/format_to_n.txt
libcxx/after-v2/formatted_size.txt
libcxx/after/format.txt
libcxx/after/format_to.txt
libcxx/after/format_to_n.txt
libcxx/after/formatted_size.txt
libcxx/before/format.txt
libcxx/before/format_to.txt
libcxx/before/format_to_n.txt
libcxx/before/formatted_size.txt
libcxx/include/__format/buffer.h
libcxx/include/__format/format_context.h
libcxx/include/format
libcxx/test/libcxx/utilities/format/format.formatter/format.context/types.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112361.387031.patch
Type: text/x-patch
Size: 342731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211113/288e7bec/attachment-0001.bin>
More information about the libcxx-commits
mailing list