[libc-commits] [PATCH] D126082: [libc] add printf hex conversion
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jun 15 12:05:22 PDT 2022
michaelrj updated this revision to Diff 437282.
michaelrj added a comment.
Herald added a subscriber: mgorny.
rebase on new changes and move length modifier handling to a shared function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126082/new/
https://reviews.llvm.org/D126082
Files:
libc/src/stdio/printf_core/CMakeLists.txt
libc/src/stdio/printf_core/char_converter.h
libc/src/stdio/printf_core/converter.cpp
libc/src/stdio/printf_core/converter_atlas.h
libc/src/stdio/printf_core/converter_utils.h
libc/src/stdio/printf_core/core_structs.h
libc/src/stdio/printf_core/hex_converter.h
libc/src/stdio/printf_core/int_converter.h
libc/src/stdio/printf_core/string_converter.h
libc/test/src/stdio/printf_core/converter_test.cpp
libc/test/src/stdio/sprintf_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126082.437282.patch
Type: text/x-patch
Size: 18002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220615/ad6dd6e9/attachment.bin>
More information about the libc-commits
mailing list