diff options
Diffstat (limited to 'llvm/tools/llvm-cov/CoverageReport.h')
-rw-r--r-- | llvm/tools/llvm-cov/CoverageReport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-cov/CoverageReport.h b/llvm/tools/llvm-cov/CoverageReport.h index d78f2e4c2bd..4126c319f43 100644 --- a/llvm/tools/llvm-cov/CoverageReport.h +++ b/llvm/tools/llvm-cov/CoverageReport.h @@ -50,7 +50,7 @@ public: /// Render file reports for the files specified in \p Files and the functions /// in \p Filters. void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files, - const CoverageFilter &Filters) const; + const CoverageFiltersMatchAll &Filters) const; }; } // end namespace llvm |