[llvm-cov] Add the project summary to the text coverage report for each source file.
authorYing Yi <maggieyi666@gmail.com>
Tue, 6 Sep 2016 21:41:38 +0000 (21:41 +0000)
committerYing Yi <maggieyi666@gmail.com>
Tue, 6 Sep 2016 21:41:38 +0000 (21:41 +0000)
commit24e91bd05fec332b73a991fa1f59160ea1c1e18e
tree8e65166010889596601e08e24a5592560daaa0d3
parent8a0e3f828a6712cf5098bb53ca082b5f87c7ea75
[llvm-cov] Add the project summary to the text coverage report for each source file.

This patch is a spin-off from https://reviews.llvm.org/D23922. It extends the text view to preserve the same feature as the html view.

Differential Revision: https://reviews.llvm.org/D24241

llvm-svn: 280756
llvm/test/tools/llvm-cov/native_separators.c
llvm/test/tools/llvm-cov/showTemplateInstantiations.cpp
llvm/tools/llvm-cov/CodeCoverage.cpp
llvm/tools/llvm-cov/SourceCoverageView.cpp
llvm/tools/llvm-cov/SourceCoverageView.h
llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
llvm/tools/llvm-cov/SourceCoverageViewText.cpp