[PATCH] D63500: [FileCheck] Stop qualifying expressions as numeric
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 09:52:19 PDT 2019
thopre created this revision.
thopre added reviewers: jhenderson, jdenny, probinson, arichardson.
thopre added a project: LLVM.
Herald added a subscriber: hiraditya.
thopre added a parent revision: D63125: FileCheck: Return parse error w/ Error & Expected.
Stop referring to "numeric expression", using simply the term
"expression" instead. Likewise for numeric operation since operations
are only used in numeric expressions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D63500
Files:
llvm/docs/CommandGuide/FileCheck.rst
llvm/include/llvm/Support/FileCheck.h
llvm/lib/Support/FileCheck.cpp
llvm/test/FileCheck/line-count.txt
llvm/test/FileCheck/numeric-expression.txt
llvm/unittests/Support/FileCheckTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63500.205380.patch
Type: text/x-patch
Size: 28873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190618/a8de9838/attachment.bin>
More information about the llvm-commits
mailing list