1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/tools/llvm-cov
Vedant Kumar d0c6992660 [llvm-cov] Warn if -show-functions is used without query files
llvm-cov's report mode does not print any output when -show-functions is
specified and no source files are specified. This can be surprising, so
the tool should at least print out an error message when this happens.

rdar://problem/34636859

llvm-svn: 314175
2017-09-25 23:10:03 +00:00
..
CMakeLists.txt
CodeCoverage.cpp [llvm-cov] Warn if -show-functions is used without query files 2017-09-25 23:10:03 +00:00
CoverageExporterJson.cpp [llvm-cov] Make some summary info fields private. NFC. 2017-09-15 23:00:01 +00:00
CoverageFilters.cpp Add section headers to SpecialCaseLists 2017-09-25 22:11:11 +00:00
CoverageFilters.h [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 2017-09-19 02:00:12 +00:00
CoverageReport.cpp [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 2017-09-19 02:00:12 +00:00
CoverageReport.h [llvm-cov] Fix a lifetime issue 2017-09-08 18:44:49 +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 Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
llvm-cov.cpp
LLVMBuild.txt
RenderingSupport.h
SourceCoverageView.cpp [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 2017-09-19 02:00:12 +00:00
SourceCoverageView.h [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 2017-09-19 02:00:12 +00:00
SourceCoverageViewHTML.cpp [Coverage] Use gap regions to select better line exec counts 2017-09-18 23:37:28 +00:00
SourceCoverageViewHTML.h [llvm-cov] Rearrange entries in report index. 2017-08-09 20:43:31 +00:00
SourceCoverageViewText.cpp [Coverage] Use gap regions to select better line exec counts 2017-09-18 23:37:28 +00:00
SourceCoverageViewText.h [llvm-cov] Get rid of all invalid filename references 2016-09-23 18:57:32 +00:00
TestingSupport.cpp [ProfileData] Unify getInstrProf*SectionName helpers 2017-04-15 00:09:57 +00:00