This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 60489f4 Handle Invoke during sample profiler annotation: make it inlinable. new 7b1bb28 [utils] Delete the 'check-coverage-regressions' script new c063c43 [llvm-cov] Drop another redundant 'No.' suffix new 6360ab9 [llvm-cov] Make 'adjustColumnWidths' do less work new 40817d8 [llvm-cov] Don't recompute the 'Covered' field from *Coverage [...] new e17f26f [llvm-cov] Track function and instantiation coverage separately new a830753 [llvm-cov] Make a helper method static for re-use (NFC) new 70b43c3 [llvm-cov] Teach the coverage exporter about instantiation coverage
The 7 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/binary-formats.canonical.json | 1 + .../Inputs/hideUnexecutedSubviews.proftext | 2 +- test/tools/llvm-cov/Inputs/highlightedRanges.json | 1 + .../tools/llvm-cov/Inputs/lineExecutionCounts.json | 1 + test/tools/llvm-cov/Inputs/regionMarkers.json | 1 + test/tools/llvm-cov/Inputs/showExpansions.json | 1 + test/tools/llvm-cov/Inputs/showProjectSummary.test | 2 +- test/tools/llvm-cov/Inputs/universal-binary.json | 1 + test/tools/llvm-cov/hideUnexecutedSubviews.test | 26 +++- test/tools/llvm-cov/report.cpp | 6 +- test/tools/llvm-cov/showLineExecutionCounts.cpp | 3 + tools/llvm-cov/CoverageExporterJson.cpp | 42 ++++--- tools/llvm-cov/CoverageReport.cpp | 89 +++++++++---- tools/llvm-cov/CoverageReport.h | 6 +- tools/llvm-cov/CoverageSummaryInfo.cpp | 12 ++ tools/llvm-cov/CoverageSummaryInfo.h | 9 ++ tools/llvm-cov/SourceCoverageViewHTML.cpp | 24 ++-- utils/check-coverage-regressions.py | 139 --------------------- 18 files changed, 165 insertions(+), 201 deletions(-) delete mode 100755 utils/check-coverage-regressions.py