[all-commits] [llvm/llvm-project] e9bdf4: [libc][NFC] clean up type warnings in printf
michaelrj-google via All-commits
all-commits at lists.llvm.org
Mon Jul 31 13:19:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9bdf4afa0be3b364571a7cc3db9510367972bec
https://github.com/llvm/llvm-project/commit/e9bdf4afa0be3b364571a7cc3db9510367972bec
Author: Michael Jones <michaelrj at google.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M libc/src/__support/float_to_string.h
M libc/src/stdio/printf_core/float_dec_converter.h
M libc/src/stdio/printf_core/float_hex_converter.h
M libc/src/stdio/printf_core/int_converter.h
M libc/src/stdio/printf_core/vfprintf_internal.h
M libc/src/stdio/printf_core/write_int_converter.h
Log Message:
-----------
[libc][NFC] clean up type warnings in printf
In preparation for https://reviews.llvm.org/D156630 this patch cleans up
all integer size and sign conversion warnings in printf.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D156723
More information about the All-commits
mailing list