[PATCH] D38457: [llvm-cov] Hide files with no coverage from the index when filtering by name

Sean Eveson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 07:04:20 PDT 2017


seaneveson created this revision.

Remove the "Files which contain no functions" section from the index page when filtering (using -name*= options) with an output directory. The coverage for those files is not produced in the directory structure.


https://reviews.llvm.org/D38457

Files:
  test/tools/llvm-cov/dir-with-filtering.test
  tools/llvm-cov/CoverageReport.cpp
  tools/llvm-cov/CoverageReport.h
  tools/llvm-cov/SourceCoverageView.h
  tools/llvm-cov/SourceCoverageViewHTML.cpp
  tools/llvm-cov/SourceCoverageViewHTML.h
  tools/llvm-cov/SourceCoverageViewText.cpp
  tools/llvm-cov/SourceCoverageViewText.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38457.117331.patch
Type: text/x-patch
Size: 6446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171002/783d95ea/attachment.bin>


More information about the llvm-commits mailing list