[libc-commits] [PATCH] D124130: [libc] Add Printf FormatSection Matcher

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 20 14:41:03 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

This patch changes the printf parser tests to use a more robust matcher.
This allows for better debugging of parsing issues. This does not affect
the actual printf code at all, only the tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124130

Files:
  libc/test/src/stdio/printf_core/CMakeLists.txt
  libc/test/src/stdio/printf_core/parser_test.cpp
  libc/utils/UnitTest/CMakeLists.txt
  libc/utils/UnitTest/PrintfMatcher.cpp
  libc/utils/UnitTest/PrintfMatcher.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124130.424037.patch
Type: text/x-patch
Size: 14243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220420/3f512c78/attachment-0001.bin>


More information about the libc-commits mailing list