[libc-commits] [PATCH] D137117: [libc] add scanf reader
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Nov 2 10:27:59 PDT 2022
michaelrj updated this revision to Diff 472678.
michaelrj added a comment.
adjust unget behavior to match the standard method.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137117/new/
https://reviews.llvm.org/D137117
Files:
libc/src/stdio/scanf_core/CMakeLists.txt
libc/src/stdio/scanf_core/file_reader.cpp
libc/src/stdio/scanf_core/file_reader.h
libc/src/stdio/scanf_core/reader.cpp
libc/src/stdio/scanf_core/reader.h
libc/src/stdio/scanf_core/string_reader.cpp
libc/src/stdio/scanf_core/string_reader.h
libc/test/src/stdio/scanf_core/CMakeLists.txt
libc/test/src/stdio/scanf_core/string_reader_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137117.472678.patch
Type: text/x-patch
Size: 10815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221102/7a4c6d11/attachment-0001.bin>
More information about the libc-commits
mailing list