[libc-commits] [PATCH] D137117: [libc] add scanf reader

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Nov 7 13:32:58 PST 2022


michaelrj updated this revision to Diff 473771.
michaelrj added a comment.

adjust comment before landing


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.473771.patch
Type: text/x-patch
Size: 11033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221107/50f4ed83/attachment.bin>


More information about the libc-commits mailing list