[libc-commits] [PATCH] D127985: [libc] add printf oct conversion
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jun 16 10:15:27 PDT 2022
michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.
The oct converter handles the %o conversion.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127985
Files:
libc/src/stdio/printf_core/CMakeLists.txt
libc/src/stdio/printf_core/converter.cpp
libc/src/stdio/printf_core/converter_atlas.h
libc/src/stdio/printf_core/oct_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: D127985.437590.patch
Type: text/x-patch
Size: 12096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220616/dd825719/attachment-0001.bin>
More information about the libc-commits
mailing list