[PATCH] D65702: [FileCheck] Move -dump-input diagnostic to first line
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 08:27:49 PDT 2019
jdenny added a comment.
In D65702#1614906 <https://reviews.llvm.org/D65702#1614906>, @thopre wrote:
> Does this work for multiline annotations? If I read this correctly (I often don't so my apologies if that's the case) it will print the marker for each line in a multiline annotation except the last.
It works correctly for the multi-line annotations I've tested: it prints the note (like `error: no match found`) only for the first line. See the test suite changes and the summary for examples. Does that help? Thanks for reviewing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65702/new/
https://reviews.llvm.org/D65702
More information about the llvm-commits
mailing list