[libc-commits] [PATCH] D125327: [libc] add printf converter

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu May 12 11:58:13 PDT 2022


michaelrj updated this revision to Diff 429039.
michaelrj marked 3 inline comments as done.
michaelrj added a comment.

change the converter from a class to a function, and update formatting.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125327

Files:
  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.h
  libc/src/stdio/printf_core/converter_atlas.h
  libc/src/stdio/printf_core/core_structs.h
  libc/src/stdio/printf_core/parser.cpp
  libc/src/stdio/printf_core/printf_main.h
  libc/src/stdio/printf_core/string_converter.h
  libc/test/src/stdio/printf_core/CMakeLists.txt
  libc/test/src/stdio/printf_core/converter_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125327.429039.patch
Type: text/x-patch
Size: 18826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220512/bc705b99/attachment-0001.bin>


More information about the libc-commits mailing list