[libc-commits] [PATCH] D137117: [libc] add scanf reader
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Nov 1 16:44:28 PDT 2022
michaelrj updated this revision to Diff 472446.
michaelrj added a comment.
add guards for systems that don't support FILE
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.472446.patch
Type: text/x-patch
Size: 10789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221101/ec080a36/attachment.bin>
More information about the libc-commits
mailing list