This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 13e889d253c [Support] mapped_file_region::size() returns size_t new 950974fdb5b Revert "[llvm-cov] Create directory structure when filterin [...]
The 1 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/dir-with-filtering.covmapping | Bin 264 -> 0 bytes .../llvm-cov/Inputs/dir-with-filtering.proftext | 32 --------- test/tools/llvm-cov/Inputs/dir-with-filtering1.cpp | 8 --- test/tools/llvm-cov/Inputs/dir-with-filtering2.cpp | 8 --- test/tools/llvm-cov/dir-with-filtering.test | 69 ------------------ test/tools/llvm-cov/showLineExecutionCounts.cpp | 8 +-- test/tools/llvm-cov/showTemplateInstantiations.cpp | 4 +- test/tools/llvm-cov/style.test | 7 +- tools/llvm-cov/CodeCoverage.cpp | 77 +++++++++------------ tools/llvm-cov/CoverageReport.cpp | 15 ++-- tools/llvm-cov/CoverageReport.h | 10 +-- tools/llvm-cov/SourceCoverageView.cpp | 5 +- tools/llvm-cov/SourceCoverageView.h | 6 +- tools/llvm-cov/SourceCoverageViewHTML.cpp | 10 +-- tools/llvm-cov/SourceCoverageViewHTML.h | 3 +- tools/llvm-cov/SourceCoverageViewText.cpp | 8 +-- tools/llvm-cov/SourceCoverageViewText.h | 3 +- 17 files changed, 61 insertions(+), 212 deletions(-) delete mode 100644 test/tools/llvm-cov/Inputs/dir-with-filtering.covmapping delete mode 100644 test/tools/llvm-cov/Inputs/dir-with-filtering.proftext delete mode 100644 test/tools/llvm-cov/Inputs/dir-with-filtering1.cpp delete mode 100644 test/tools/llvm-cov/Inputs/dir-with-filtering2.cpp delete mode 100644 test/tools/llvm-cov/dir-with-filtering.test