[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 May 18 14:10:34 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.
This patch adds support for d, i, and u conversions in printf, as well
as comprehensive unit tests.
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D125929
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/int_converter.h
  libc/test/src/stdio/printf_core/converter_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125929.430500.patch
Type: text/x-patch
Size: 30735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220518/ed9dc916/attachment-0001.bin>
    
    
More information about the libc-commits
mailing list