OSDN Git Service

[llvm-cov] Add support for creating html reports
authorVedant Kumar <vsk@apple.com>
Wed, 6 Jul 2016 21:44:05 +0000 (21:44 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 6 Jul 2016 21:44:05 +0000 (21:44 +0000)
commit55c8c00ac7f58666c08f57a48c0325e80d86f0c9
tree72b7ab987e85da407764ced71ef603aa468ccf56
parent99c9d5015c62a3b3b5c5e494d052c1b734fd3470
[llvm-cov] Add support for creating html reports

Based on a patch by Harlan Haskins!

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274688 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/llvm-cov.rst
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/showTemplateInstantiations.cpp
tools/llvm-cov/CMakeLists.txt
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/CoverageViewOptions.h
tools/llvm-cov/SourceCoverageView.cpp
tools/llvm-cov/SourceCoverageViewHTML.cpp [new file with mode: 0644]
tools/llvm-cov/SourceCoverageViewHTML.h [new file with mode: 0644]