[PATCH] D60386: FileCheck [6/12]: Introduce numeric variable definition
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 09:45:05 PDT 2019
thopre added a comment.
In D60386#1531043 <https://reviews.llvm.org/D60386#1531043>, @jhenderson wrote:
> Looks good except for one thing: missing unit tests for `parseNumericVariableUse`?
This is a private method so I've moved the tests to ParseExpr which tests parseNumericSubstitutionBlock which calls into parseBinop (also private) which calls into parseNumericVariableUse.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60386/new/
https://reviews.llvm.org/D60386
More information about the llvm-commits
mailing list