[PATCH] D83651: [FileCheck] Report captured variables
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 01:11:03 PDT 2020
thopre added a comment.
Could you add an example where getStringValue() returns None?
================
Comment at: llvm/lib/Support/FileCheckImpl.h:297
+ /// Sets value of this numeric variable to \p NewValue, and sets the input
+ /// buffer string from it was parsed to \p NewStrValue, which can be None if
+ /// it wasn't parsed from the input buffer.
----------------
from it was parsed -> from which it was parsed?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83651/new/
https://reviews.llvm.org/D83651
More information about the llvm-commits
mailing list