[libc-commits] [PATCH] D126082: [libc] add printf hex conversion

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri May 20 11:51:48 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

The hex converter handles the %x and %X conversions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126082

Files:
  libc/src/stdio/printf_core/converter.cpp
  libc/src/stdio/printf_core/converter_atlas.h
  libc/src/stdio/printf_core/hex_converter.h
  libc/test/src/stdio/printf_core/converter_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126082.431018.patch
Type: text/x-patch
Size: 8035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220520/bb0f1759/attachment-0001.bin>


More information about the libc-commits mailing list