[all-commits] [llvm/llvm-project] 121c64: [libc] add printf pointer conv
michaelrj-google via All-commits
all-commits at lists.llvm.org
Fri Jun 17 17:18:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 121c6454141d943ce2c886a2faea6781945c8a25
https://github.com/llvm/llvm-project/commit/121c6454141d943ce2c886a2faea6781945c8a25
Author: Michael Jones <michaelrj at google.com>
Date: 2022-06-17 (Fri, 17 Jun 2022)
Changed paths:
M libc/src/stdio/printf_core/CMakeLists.txt
M libc/src/stdio/printf_core/converter.cpp
M libc/src/stdio/printf_core/converter_atlas.h
A libc/src/stdio/printf_core/ptr_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 pointer conv
The pointer converter handles the %p conversion. It uses the hex
converter for most of the conversion.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D127995
More information about the All-commits
mailing list