[libc-commits] [PATCH] D156723: [libc][NFC] clean up type warnings in printf
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jul 31 11:16:11 PDT 2023
michaelrj created this revision.
michaelrj added reviewers: lntue, mcgrathr.
Herald added projects: libc-project, All.
Herald added a subscriber: libc-commits.
michaelrj requested review of this revision.
In preparation for https://reviews.llvm.org/D156630 this patch cleans up
all integer size and sign conversion warnings in printf.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156723
Files:
libc/src/__support/float_to_string.h
libc/src/stdio/printf_core/float_dec_converter.h
libc/src/stdio/printf_core/float_hex_converter.h
libc/src/stdio/printf_core/int_converter.h
libc/src/stdio/printf_core/vfprintf_internal.h
libc/src/stdio/printf_core/write_int_converter.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156723.545745.patch
Type: text/x-patch
Size: 19086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230731/1350b1d4/attachment-0001.bin>
More information about the libc-commits
mailing list