This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0bcb8fb Add some shortcuts in LazyValueInfo to reduce compile time of [...] new 2fcbfcf [llvm-cov] Don't create 'jump to ...' links in nested views new 61f5694 [llvm-cov] Hide instantiation views for unexecuted functions new 4cb3509 [llvm-cov] Move some layout logic to the right spot (NFC)
The 3 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: .../Inputs/hideUnexecutedSubviews.proftext | 16 ++++++++++++ test/tools/llvm-cov/hideUnexecutedSubviews.test | 10 ++++++++ test/tools/llvm-cov/showTemplateInstantiations.cpp | 4 +++ tools/llvm-cov/CodeCoverage.cpp | 30 ++++++++++++---------- tools/llvm-cov/SourceCoverageView.cpp | 3 ++- tools/llvm-cov/SourceCoverageViewHTML.cpp | 10 +++++++- tools/llvm-cov/SourceCoverageViewText.cpp | 7 ++++- 7 files changed, 63 insertions(+), 17 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/hideUnexecutedSubviews.proftext create mode 100644 test/tools/llvm-cov/hideUnexecutedSubviews.test