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

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Oct 27 15:06:04 PDT 2022


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

address comment


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.471302.patch
Type: text/x-patch
Size: 52401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221027/2d400594/attachment-0001.bin>


More information about the libc-commits mailing list