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 e18e67ba7d [llvm-cov] Minor aesthetic improvements for html reports
This fixes the highlighting for lines without any coverage segments. I
don't have a neat way of testing this yet, but am working on it.

llvm-svn: 276906
2016-07-27 19:51:17 +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 Retry: [llvm-cov] Add support for exporting coverage data to JSON 2016-07-26 22:50:58 +00:00
CoverageExporterJson.cpp [llvm-cov] Escape '\' in strings when emitting JSON 2016-07-27 04:08:32 +00:00
CoverageFilters.cpp
CoverageFilters.h Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
CoverageReport.cpp [llvm-cov] - Add the coverage of lines in the summary report. 2016-07-22 12:46:13 +00:00
CoverageReport.h [llvm-cov] Avoid copying file paths multiple times (NFC) 2016-06-28 16:12:18 +00:00
CoverageSummaryInfo.cpp test commit 2016-07-22 09:20:21 +00:00
CoverageSummaryInfo.h Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
CoverageViewOptions.h [llvm-cov] Optionally use a symbol demangler when preparing reports 2016-07-15 22:44:57 +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 Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
RenderingSupport.h NFC, add an "end namespace" comment for consistency 2016-06-23 16:27:08 +00:00
SourceCoverageView.cpp [llvm-cov] Add support for creating html reports 2016-07-06 21:44:05 +00:00
SourceCoverageView.h [llvm-cov] Use relative paths to the stylesheet (for html reports) 2016-07-21 23:26:15 +00:00
SourceCoverageViewHTML.cpp [llvm-cov] Minor aesthetic improvements for html reports 2016-07-27 19:51:17 +00:00
SourceCoverageViewHTML.h [llvm-cov] Add support for creating html reports 2016-07-06 21:44:05 +00:00
SourceCoverageViewText.cpp Minor formatting change, NFC 2016-07-06 22:02:55 +00:00
SourceCoverageViewText.h [llvm-cov] Minor cleanups to prepare for the html format patch 2016-06-29 00:38:21 +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