[PATCH] D43907: [llvm-cov] Implement -ignore-filename-regex= option for excluding source files.

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 9 08:23:46 PDT 2018


Dor1s added a comment.

In https://reviews.llvm.org/D43907#1060440, @vsk wrote:

> 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.


Thanks Vedant for taking another look. To avoid further complications, I'm landing this, and will try some refactoring in a follow-up CL(s).


Repository:
  rL LLVM

https://reviews.llvm.org/D43907





More information about the llvm-commits mailing list