[PATCH] D82203: [FileCheck] Implement -dump-input-context and -dump-input-filter
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 20 08:26:55 PDT 2020
jdenny updated this revision to Diff 272259.
jdenny retitled this revision from "[FileCheck] Implement -dump-input-context, and default to 5" to "[FileCheck] Implement -dump-input-context and -dump-input-filter".
jdenny edited the summary of this revision.
jdenny added a comment.
With this patch in place, I tried to write some tests and quickly became frustrated with the missing context, so I implemented the `-dump-input-filter` idea I mentioned to make things more tunable. I also adjusted it so it doesn't elide lines if the ellipsis would occupy more lines.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82203/new/
https://reviews.llvm.org/D82203
Files:
llvm/utils/FileCheck/FileCheck.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82203.272259.patch
Type: text/x-patch
Size: 12057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200620/82e62f89/attachment-0001.bin>
More information about the llvm-commits
mailing list