1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/sancov
Mike Aizatsky 829540509b [sancov] Adding covered/uncovered tables to coverage report.
Summary:
This change adds 3 tables to html report:
- list of covered files with number of functions covered.
- list of not covered files
- list of not covered functions.

I tried to put most coverage-calculating functionality into
SourceCoverageData.

Differential Revision: http://reviews.llvm.org/D17421

llvm-svn: 261287
2016-02-19 00:26:20 +00:00
..
CMakeLists.txt adding MC dependencies in hopes to pacify the hexagon build. 2015-12-04 18:50:18 +00:00
sancov.cc [sancov] Adding covered/uncovered tables to coverage report. 2016-02-19 00:26:20 +00:00