[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 13:36:32 PDT 2022


michaelrj updated this revision to Diff 471281.
michaelrj marked 8 inline comments as done.
michaelrj added a comment.

address comments


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


More information about the libc-commits mailing list