[PATCH] D30725: [FileCheck] Added [[@CLEAR:regex]] as a way to clear variables.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 17:52:10 PST 2017
tra added a comment.
@hfinkel I like the global/local split. `@` would clash with `@LINE[-+]N` expression we currently support, but we could use some other prefix instead. `$` ?
https://reviews.llvm.org/D30725
More information about the llvm-commits
mailing list