[PATCH] D60386: FileCheck [6/12]: Introduce numeric variable definition
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 14 03:34:59 PDT 2019
thopre added inline comments.
================
Comment at: llvm/lib/Support/FileCheck.cpp:1794
// GlobalVariableTable for that by populating it with an empty string
- // since we would then lose the ability to detect the use of an undefined
- // variable in Match().
+ // since we would then lose the ability to detect use of undefined
+ // variable in match().
----------------
probinson wrote:
> "detect the use of an undefined"
> (missing rebase maybe?)
Rather incorrect conflict resouition on my part I suspect.
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