[PATCH] D96653: [FileCheck] Add neighboring annotations for -dump-input-filter=error
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 26 06:42:49 PST 2021
jdenny added a comment.
In D96653#2574627 <https://reviews.llvm.org/D96653#2574627>, @jdenny wrote:
> <<<<<<
> .
> .
> .
> 28: ....
> 29: ....
> 30: start
> check:1 ^~~~~
> check:2'0 [ error: no match found in search range starting here
> 31: ....
> 32: ....
> 33: ....
> .
> .
> .
> 87: ....
> 88: ....
> check:2'1 ] search range end
> 89: end
> check:3 ^~~
> >>>>>>
Oops. This example is a bit broken. `check:3` would have to be a label or else it wouldn't be processed due to the `check:2` error.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96653/new/
https://reviews.llvm.org/D96653
More information about the llvm-commits
mailing list