[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 12:32:15 PDT 2022


sivachandra updated this revision to Diff 446608.
sivachandra marked an inline comment as done.
sivachandra added a comment.

Address comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130227/new/

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.446608.patch
Type: text/x-patch
Size: 22408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220721/d16fdf9f/attachment-0001.bin>


More information about the libc-commits mailing list