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 f9a092f510b..7290586f0a0 100644 --- a/llvm/tools/llvm-cov/CoverageReport.h +++ b/llvm/tools/llvm-cov/CoverageReport.h @@ -53,7 +53,7 @@ public: /// Render file reports for every unique file in the coverage mapping. void renderFileReports(raw_ostream &OS, - const CoverageFilters &IgnoreFilenameFilters) const; + const FilenameCoverageFilters &FilenameFilters) const; /// Render file reports for the files specified in \p Files. void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files) const; |