This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2a93bda [CGP] Be less conservative about tail-duplicating a ret to al [...] new a57be10 [llvm-cov] Drop the longest common filename prefix from summaries new d2e36ca [llvm-cov] Use less space to describe source names
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../llvm-cov/Inputs/multiple-files.covmapping | Bin 0 -> 380 bytes test/tools/llvm-cov/Inputs/multiple-files.proftext | 19 ++++++++++++++++++ test/tools/llvm-cov/multiple-files.test | 9 +++++++++ test/tools/llvm-cov/showProjectSummary.cpp | 7 ++----- test/tools/llvm-cov/showTemplateInstantiations.cpp | 10 +++++----- tools/llvm-cov/CodeCoverage.cpp | 8 ++++---- tools/llvm-cov/CoverageReport.cpp | 22 +++++++++++++++++++-- tools/llvm-cov/SourceCoverageView.cpp | 20 ++++++++++--------- tools/llvm-cov/SourceCoverageView.h | 17 +++++++--------- tools/llvm-cov/SourceCoverageViewHTML.cpp | 8 +++----- tools/llvm-cov/SourceCoverageViewHTML.h | 7 +++---- tools/llvm-cov/SourceCoverageViewText.cpp | 8 ++------ tools/llvm-cov/SourceCoverageViewText.h | 7 +++---- 13 files changed, 88 insertions(+), 54 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/multiple-files.covmapping create mode 100644 test/tools/llvm-cov/Inputs/multiple-files.proftext create mode 100644 test/tools/llvm-cov/multiple-files.test