[libc-commits] [PATCH] D125929: [libc] add printf base 10 integer conversion

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 8 14:21:33 PDT 2022


michaelrj updated this revision to Diff 435325.
michaelrj marked 5 inline comments as done.
michaelrj added a comment.

move tests into sprintf_tests and split converter_test changes into a separate patch


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125929

Files:
  libc/src/__support/CPP/Limits.h
  libc/src/stdio/printf_core/CMakeLists.txt
  libc/src/stdio/printf_core/char_converter.h
  libc/src/stdio/printf_core/converter.cpp
  libc/src/stdio/printf_core/converter_atlas.h
  libc/src/stdio/printf_core/int_converter.h
  libc/src/stdio/printf_core/string_converter.h
  libc/test/src/stdio/sprintf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125929.435325.patch
Type: text/x-patch
Size: 14268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220608/e93b2abc/attachment-0001.bin>


More information about the libc-commits mailing list