[PATCH] D96653: [FileCheck] Add neighboring annotations for -dump-input-filter=error

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 09:33:57 PST 2021


probinson added a comment.

> The strange part to me is that a preceding directive's search range ends at the end of the CHECK-LABEL match. It seems like it ought to end at the start of the CHECK-LABEL match.

I'd expect the behavior of CHECK-NOT ranges to work the same for CHECK-LABEL as for a regular CHECK.

(I deeply regret not following through on the FileCheck model stuff...  will put it on my to-do list, again.)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96653/new/

https://reviews.llvm.org/D96653



More information about the llvm-commits mailing list