[libc-commits] [PATCH] D123424: [libc][NFC] add index mode to printf parser
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Apr 8 14:40:44 PDT 2022
michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, arphaman.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.
This patch is a followup to the previous patch which implemented the
main printf parsing logic as well as sequential mode. This patch adds
index mode.
TODO: write unit tests
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123424
Files:
libc/src/stdio/printf_core/parser.cpp
libc/src/stdio/printf_core/parser.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123424.421641.patch
Type: text/x-patch
Size: 10427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220408/b1682742/attachment.bin>
More information about the libc-commits
mailing list