[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 13:49:18 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1c40d5ec7dc5: [libc] add scanf string converters (authored by michaelrj).

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


More information about the libc-commits mailing list