OSDN Git Service

[sancov] Adding covered/uncovered tables to coverage report.
authorMike Aizatsky <aizatsky@chromium.org>
Fri, 19 Feb 2016 00:26:20 +0000 (00:26 +0000)
committerMike Aizatsky <aizatsky@chromium.org>
Fri, 19 Feb 2016 00:26:20 +0000 (00:26 +0000)
commitc0110eaff66a50b30d2e09dc7ed987c4a17a3ec8
tree209b8f699cfb9c83e8430ef12425c36f9412bdc5
parent3a1cea08887b082ef6770a00161e12d74c508843
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261287 91177308-0d34-0410-b5e6-96231b3b80d8
tools/sancov/sancov.cc