[PATCH] D150880: [RFC, FileCheck] Allow AP value for numeric expressions
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 4 04:03:33 PDT 2023
thopre updated this revision to Diff 537040.
thopre added a comment.
- Split APInt change into separate patches and only keep changes to support arbitrary precision
- use [[maybe_unused]] instead of (void)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150880/new/
https://reviews.llvm.org/D150880
Files:
llvm/lib/FileCheck/FileCheck.cpp
llvm/lib/FileCheck/FileCheckImpl.h
llvm/test/FileCheck/match-time-error-propagation/invalid-excluded-pattern.txt
llvm/test/FileCheck/match-time-error-propagation/invalid-expected-pattern.txt
llvm/test/FileCheck/match-time-error-propagation/matched-excluded-pattern.txt
llvm/test/FileCheck/match-time-error-propagation/matched-expected-pattern.txt
llvm/test/FileCheck/numeric-expression.txt
llvm/unittests/FileCheck/FileCheckTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150880.537040.patch
Type: text/x-patch
Size: 53624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230704/0ac03528/attachment-0001.bin>
More information about the llvm-commits
mailing list