[PATCH] D43907: [llvm-cov] Implement -ignore-filename-regex= option for excluding source files.
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 6 16:06:26 PDT 2018
vsk added a comment.
It does seem like the logic to get a filtered list of files could be factored out. Forwarding CodeCoverageTool into CoverageReport, etc. might be a good way to achieve that. Another option is to add a utility to CoverageViewOptions, which should already be threaded through.
Repository:
rL LLVM
https://reviews.llvm.org/D43907
More information about the llvm-commits
mailing list