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

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Nov 7 10:24:00 PST 2022


michaelrj updated this revision to Diff 473737.
michaelrj marked an inline comment as done.
michaelrj added a comment.

add comment explaining ungetc behavior


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


More information about the libc-commits mailing list