[libc-commits] [PATCH] D137376: [libc] add scanf string converters

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


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

minor cleanup


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137376/new/

https://reviews.llvm.org/D137376

Files:
  libc/src/stdio/scanf_core/CMakeLists.txt
  libc/src/stdio/scanf_core/converter.cpp
  libc/src/stdio/scanf_core/converter.h
  libc/src/stdio/scanf_core/core_structs.h
  libc/src/stdio/scanf_core/reader.cpp
  libc/src/stdio/scanf_core/reader.h
  libc/src/stdio/scanf_core/scanf_main.cpp
  libc/src/stdio/scanf_core/scanf_main.h
  libc/src/stdio/scanf_core/string_converter.cpp
  libc/src/stdio/scanf_core/string_converter.h
  libc/test/src/stdio/scanf_core/CMakeLists.txt
  libc/test/src/stdio/scanf_core/converter_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137376.473741.patch
Type: text/x-patch
Size: 26868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221107/dd32917b/attachment-0001.bin>


More information about the libc-commits mailing list