[libc-commits] [PATCH] D130227: [libc] Add a convenience class and function for integer to string conversion.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jul 21 01:27:11 PDT 2022
sivachandra created this revision.
sivachandra added a reviewer: michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
Printf's integer converter has been modified to use the new converter. In
future, it will be used to implement other parts of the libc.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130227
Files:
libc/src/__support/CMakeLists.txt
libc/src/__support/CPP/TypeTraits.h
libc/src/__support/integer_to_string.h
libc/src/stdio/printf_core/CMakeLists.txt
libc/src/stdio/printf_core/int_converter.h
libc/test/src/__support/CMakeLists.txt
libc/test/src/__support/integer_to_string_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130227.446382.patch
Type: text/x-patch
Size: 22392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220721/f8f17242/attachment-0001.bin>
More information about the libc-commits
mailing list