[libc-commits] [PATCH] D117258: [WIP][libc] add core parsing for printf

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jan 19 16:27:45 PST 2022


michaelrj updated this revision to Diff 401437.
michaelrj marked an inline comment as done.
michaelrj added a comment.

add index mode parsing and tests, as well as tests for char conversion and %%


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117258

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/CMakeLists.txt
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/printf_conv_core.h
  libc/src/stdio/printf_impl.h
  libc/src/stdio/sprintf.cpp
  libc/src/stdio/sprintf.h
  libc/test/src/CMakeLists.txt
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/sprintf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117258.401437.patch
Type: text/x-patch
Size: 31956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220120/9e1baf8b/attachment-0001.bin>


More information about the libc-commits mailing list