OSDN Git Service

[llvm-cov] Emit a summary in the report directory's index
authorVedant Kumar <vsk@apple.com>
Fri, 9 Sep 2016 01:32:55 +0000 (01:32 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 9 Sep 2016 01:32:55 +0000 (01:32 +0000)
commit84dc7510c9016131de8b1c652572a14206c2d347
tree1614a88e4407b96a706172eba60e4bbce7fb4ff3
parent85e096da4eb6e9955248a56dbdb75e4c8b0fd8e7
[llvm-cov] Emit a summary in the report directory's index

llvm-cov writes out an index file in '-output-dir' mode, albeit not a
very informative one. Try to fix that by using the CoverageReport API to
include some basic summary information in the index file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281011 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/style.test
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/SourceCoverageView.h
tools/llvm-cov/SourceCoverageViewHTML.cpp
tools/llvm-cov/SourceCoverageViewHTML.h
tools/llvm-cov/SourceCoverageViewText.cpp
tools/llvm-cov/SourceCoverageViewText.h