[libc-commits] [PATCH] D153999: [libc] Move printf writer to new design
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jul 20 11:06:17 PDT 2023
michaelrj updated this revision to Diff 542599.
michaelrj added a comment.
update comment and rebase before land
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153999/new/
https://reviews.llvm.org/D153999
Files:
libc/src/stdio/CMakeLists.txt
libc/src/stdio/fprintf.cpp
libc/src/stdio/printf.cpp
libc/src/stdio/printf_core/CMakeLists.txt
libc/src/stdio/printf_core/file_writer.h
libc/src/stdio/printf_core/string_writer.cpp
libc/src/stdio/printf_core/string_writer.h
libc/src/stdio/printf_core/vfprintf_internal.h
libc/src/stdio/printf_core/writer.cpp
libc/src/stdio/printf_core/writer.h
libc/src/stdio/snprintf.cpp
libc/src/stdio/sprintf.cpp
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/printf_core/CMakeLists.txt
libc/test/src/stdio/printf_core/converter_test.cpp
libc/test/src/stdio/printf_core/string_writer_test.cpp
libc/test/src/stdio/printf_core/writer_test.cpp
libc/test/src/stdio/snprintf_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153999.542599.patch
Type: text/x-patch
Size: 52944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230720/b4199df3/attachment-0001.bin>
More information about the libc-commits
mailing list