[PATCH] D101748: Add inclusion filename filters to llvm-cov

Lukas Barth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 3 03:29:21 PDT 2021


tinloaf created this revision.
tinloaf added reviewers: arphaman, seaneveson, vlad.tsyrklevich, vsk.
tinloaf requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Currently, llvm-cov only supports exclusion of files (based on regular expressions). This adds the possibility to also specify a "whitelist" of files via regex. All files not matching one of the supplied regular expressions will be excluded from coverage reporting.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101748

Files:
  llvm/tools/llvm-cov/CodeCoverage.cpp
  llvm/tools/llvm-cov/CoverageFilters.cpp
  llvm/tools/llvm-cov/CoverageFilters.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101748.342344.patch
Type: text/x-patch
Size: 11836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210503/7aa9e7c8/attachment.bin>


More information about the llvm-commits mailing list