1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/llvm-cov
Max Moroz 80a27c3a17 [llvm-cov] Generate "report" for given source paths if sources are specified.
Summary:
Documentation says that user can specify sources for both "show" and
"report" commands. "Show" command respects specified sources, but "report" does
not. It is useful to have both "show" and "report" generated for specified
sources. Also added tests to for both commands with sources specified.

Reviewers: vsk, kcc

Reviewed By: vsk

Differential Revision: https://reviews.llvm.org/D38860

llvm-svn: 315685
2017-10-13 14:44:51 +00:00
..
CMakeLists.txt
CodeCoverage.cpp [llvm-cov] Generate "report" for given source paths if sources are specified. 2017-10-13 14:44:51 +00:00
CoverageExporterJson.cpp [llvm-cov] Make some summary info fields private. NFC. 2017-09-15 23:00:01 +00:00
CoverageFilters.cpp [llvm-cov] Improve const-correctness of filters. NFC. 2017-09-27 08:32:36 +00:00
CoverageFilters.h [llvm-cov] Improve const-correctness of filters. NFC. 2017-09-27 08:32:36 +00:00
CoverageReport.cpp [llvm-cov] Generate "report" for given source paths if sources are specified. 2017-10-13 14:44:51 +00:00
CoverageReport.h [llvm-cov] Generate "report" for given source paths if sources are specified. 2017-10-13 14:44:51 +00:00
CoverageSummaryInfo.cpp [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 2017-09-19 02:00:12 +00:00
CoverageSummaryInfo.h [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 2017-09-19 02:00:12 +00:00
CoverageViewOptions.h [llvm-cov] Allow hiding instantiation/region coverage from summary tables 2017-09-11 22:56:20 +00:00
gcov.cpp
llvm-cov.cpp
LLVMBuild.txt
RenderingSupport.h
SourceCoverageView.cpp [llvm-cov] Create directory structure when filtering using -name*= options 2017-09-28 10:07:30 +00:00
SourceCoverageView.h [llvm-cov] Hide files with no coverage from the index when filtering by name 2017-10-03 11:05:28 +00:00
SourceCoverageViewHTML.cpp [llvm-cov] Hide files with no coverage from the index when filtering by name 2017-10-03 11:05:28 +00:00
SourceCoverageViewHTML.h [llvm-cov] Hide files with no coverage from the index when filtering by name 2017-10-03 11:05:28 +00:00
SourceCoverageViewText.cpp [llvm-cov] Hide files with no coverage from the index when filtering by name 2017-10-03 11:05:28 +00:00
SourceCoverageViewText.h [llvm-cov] Hide files with no coverage from the index when filtering by name 2017-10-03 11:05:28 +00:00
TestingSupport.cpp