This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ca0f9bbbd85 Disable libFuzzer tests on Windows new 0f0fd421927 [llvm-cov] NFC: make_unique-ify two allocations new c7e789c8430 [llvm-cov] Ignore unclosed line segments when setting line counts
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/deferred-regions.covmapping | Bin 0 -> 688 bytes .../llvm-cov/Inputs/deferred-regions.profdata | Bin 0 -> 1208 bytes test/tools/llvm-cov/deferred-region.cpp | 79 +++++++++++++++++++++ test/tools/llvm-cov/showLineExecutionCounts.cpp | 4 +- tools/llvm-cov/CodeCoverage.cpp | 8 +-- tools/llvm-cov/SourceCoverageView.cpp | 45 +++++++++--- tools/llvm-cov/SourceCoverageView.h | 18 ++--- 7 files changed, 126 insertions(+), 28 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/deferred-regions.covmapping create mode 100644 test/tools/llvm-cov/Inputs/deferred-regions.profdata create mode 100644 test/tools/llvm-cov/deferred-region.cpp