OSDN Git Service

[llvm-cov] Use less space to describe source names
authorVedant Kumar <vsk@apple.com>
Thu, 8 Sep 2016 00:56:48 +0000 (00:56 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 8 Sep 2016 00:56:48 +0000 (00:56 +0000)
commitd2e36ca513350c23997631bb1260f8a08b2f76ef
tree0d0a69dcf874a88feb13af6903d1078654ee19eb
parenta57be105070da7dcfd2ddab46fec7422f69b499e
[llvm-cov] Use less space to describe source names

In r279628, we made SourceCoverageView list the binary associated with a
view and started adding labels (e.g "Source: foo" or "Function: bar") to
everything. Condense this information a bit to unclutter reports.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280896 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/showProjectSummary.cpp
test/tools/llvm-cov/showTemplateInstantiations.cpp
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/SourceCoverageView.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