OSDN Git Service

[llvm-cov] Teach the coverage exporter about instantiation coverage
authorVedant Kumar <vsk@apple.com>
Mon, 19 Sep 2016 00:38:29 +0000 (00:38 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 19 Sep 2016 00:38:29 +0000 (00:38 +0000)
commit70b43c34b6b322d34693f475811a9463c86a3dce
tree83af485f51bca857cbfd06bff762ba653929a458
parenta83075340517a5139e0398b2784cafe5ef0a0d1e
[llvm-cov] Teach the coverage exporter about instantiation coverage

While we're at it, re-use the logic from CoverageReport to compute
summaries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281877 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/Inputs/binary-formats.canonical.json
test/tools/llvm-cov/Inputs/highlightedRanges.json
test/tools/llvm-cov/Inputs/lineExecutionCounts.json
test/tools/llvm-cov/Inputs/regionMarkers.json
test/tools/llvm-cov/Inputs/showExpansions.json
test/tools/llvm-cov/Inputs/universal-binary.json
tools/llvm-cov/CoverageExporterJson.cpp