[libc-commits] [PATCH] D136288: [libc] add scanf parser and core utilities

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Oct 28 10:53:11 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7a129f07562d: [libc] add scanf parser and core utilities (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136288

Files:
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/scanf_core/CMakeLists.txt
  libc/src/stdio/scanf_core/core_structs.h
  libc/src/stdio/scanf_core/parser.cpp
  libc/src/stdio/scanf_core/parser.h
  libc/src/stdio/scanf_core/scanf_config.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/printf_core/parser_test.cpp
  libc/test/src/stdio/scanf_core/CMakeLists.txt
  libc/test/src/stdio/scanf_core/parser_test.cpp
  libc/utils/UnitTest/CMakeLists.txt
  libc/utils/UnitTest/PrintfMatcher.h
  libc/utils/UnitTest/ScanfMatcher.cpp
  libc/utils/UnitTest/ScanfMatcher.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136288.471596.patch
Type: text/x-patch
Size: 52401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221028/5fd1fde7/attachment-0001.bin>


More information about the libc-commits mailing list