[libc-commits] [PATCH] D124421: [libc] add printf writer

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon May 2 11:59:20 PDT 2022


michaelrj updated this revision to Diff 426474.
michaelrj marked 6 inline comments as done.
michaelrj added a comment.

fix max_length still being in the core writer class, and the tests not using the max_length functionality in the string writer.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124421

Files:
  libc/src/stdio/printf_core/CMakeLists.txt
  libc/src/stdio/printf_core/string_writer.h
  libc/src/stdio/printf_core/writer.cpp
  libc/src/stdio/printf_core/writer.h
  libc/test/src/stdio/printf_core/CMakeLists.txt
  libc/test/src/stdio/printf_core/string_writer_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124421.426474.patch
Type: text/x-patch
Size: 12885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220502/847900b0/attachment-0001.bin>


More information about the libc-commits mailing list