[libc-commits] [PATCH] D122773: [libc][NFC] add outline of printf

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Mar 30 17:08:35 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.

This patch adds the headers for printf. It contains minimal actual code,
and is more intended to be used for design review. The code is not built
yet, and may have minor errors.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122773

Files:
  libc/src/stdio/printf_files/converter.h
  libc/src/stdio/printf_files/core_structs.h
  libc/src/stdio/printf_files/parser.h
  libc/src/stdio/printf_files/printf_main.h
  libc/src/stdio/printf_files/writer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122773.419294.patch
Type: text/x-patch
Size: 7432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220331/74a4349b/attachment.bin>


More information about the libc-commits mailing list