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 cb15976e10 [llvm-cov] Add an API to prepare file reports (NFC)
It would be nice to prepare file reports (using the CoverageReport API)
without actually rendering them to the console. I plan on using this to
flesh out the 'index' files in the coverage views.

llvm-svn: 281009
2016-09-09 01:32:49 +00:00
..
CMakeLists.txt Retry: [llvm-cov] Add support for exporting coverage data to JSON 2016-07-26 22:50:58 +00:00
CodeCoverage.cpp [llvm-cov] Use less space to describe source names 2016-09-08 00:56:48 +00:00
CoverageExporterJson.cpp [llvm-cov] Escape '\' in strings when emitting JSON 2016-07-27 04:08:32 +00:00
CoverageFilters.cpp
CoverageFilters.h
CoverageReport.cpp [llvm-cov] Add an API to prepare file reports (NFC) 2016-09-09 01:32:49 +00:00
CoverageReport.h [llvm-cov] Add an API to prepare file reports (NFC) 2016-09-09 01:32:49 +00:00
CoverageSummaryInfo.cpp test commit 2016-07-22 09:20:21 +00:00
CoverageSummaryInfo.h
CoverageViewOptions.h [llvm-cov] Add the project summary to each source file coverage report. 2016-08-24 14:27:23 +00:00
gcov.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00
llvm-cov.cpp Retry: [llvm-cov] Add support for exporting coverage data to JSON 2016-07-26 22:50:58 +00:00
LLVMBuild.txt
RenderingSupport.h NFC, add an "end namespace" comment for consistency 2016-06-23 16:27:08 +00:00
SourceCoverageView.cpp [llvm-cov] Use less space to describe source names 2016-09-08 00:56:48 +00:00
SourceCoverageView.h [llvm-cov] Use less space to describe source names 2016-09-08 00:56:48 +00:00
SourceCoverageViewHTML.cpp [llvm-cov] Fix issues with segment highlighting in the html view 2016-09-08 19:18:23 +00:00
SourceCoverageViewHTML.h [llvm-cov] Use less space to describe source names 2016-09-08 00:56:48 +00:00
SourceCoverageViewText.cpp [llvm-cov] Use less space to describe source names 2016-09-08 00:56:48 +00:00
SourceCoverageViewText.h [llvm-cov] Use less space to describe source names 2016-09-08 00:56:48 +00:00
TestingSupport.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00