[PATCH] D83651: [FileCheck] Report captured variables
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 07:49:33 PDT 2020
jdenny added inline comments.
================
Comment at: llvm/unittests/Support/FileCheckTest.cpp:684
FooVar.clearValue();
EXPECT_FALSE(FooVar.getValue());
EvalResult = FooVarUse.eval();
----------------
Forgot to check `getStringValue` here. Will do before landing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83651/new/
https://reviews.llvm.org/D83651
More information about the llvm-commits
mailing list