[all-commits] [llvm/llvm-project] 652ecb: [libc] add printf hex conversion
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Jun 16 09:51:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 652ecb251ec9fa65bc506c8934271ef231872b53
https://github.com/llvm/llvm-project/commit/652ecb251ec9fa65bc506c8934271ef231872b53
Author: Michael Jones <michaelrj at google.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M libc/src/stdio/printf_core/CMakeLists.txt
M libc/src/stdio/printf_core/char_converter.h
M libc/src/stdio/printf_core/converter.cpp
M libc/src/stdio/printf_core/converter_atlas.h
A libc/src/stdio/printf_core/converter_utils.h
M libc/src/stdio/printf_core/core_structs.h
A libc/src/stdio/printf_core/hex_converter.h
M libc/src/stdio/printf_core/int_converter.h
M libc/src/stdio/printf_core/string_converter.h
M libc/test/src/stdio/printf_core/converter_test.cpp
M libc/test/src/stdio/sprintf_test.cpp
Log Message:
-----------
[libc] add printf hex conversion
The hex converter handles the %x and %X conversions.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D126082
More information about the All-commits
mailing list