[PATCH] D30725: [FileCheck] Added [[@CLEAR:regex]] as a way to clear variables.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 16:46:54 PST 2017


arsenm added a comment.

In https://reviews.llvm.org/D30725#695081, @arsenm wrote:

> I always thought that a CHECK-LABEL should clear all defined variables


It definitely does not now, I think it would be less burdensome than having to list every used variable (which is just another place you can make a typo) to clear it


https://reviews.llvm.org/D30725





More information about the llvm-commits mailing list