This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4bac65ed047 [SimplifyCFG] add a struct to house optional folds (PR34603) new a7bf6677ff7 [llvm-cov] Create directory structure when filtering using [...]
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 0 -> 264 bytes ...unused.proftext => dir-with-filtering.proftext} | 19 +++-- 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, 193 insertions(+), 67 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/dir-with-filtering.covmapping copy test/tools/llvm-cov/Inputs/{prefer_used_to_unused.proftext => dir-with-filter [...] create mode 100644 test/tools/llvm-cov/Inputs/dir-with-filtering1.cpp create mode 100644 test/tools/llvm-cov/Inputs/dir-with-filtering2.cpp create mode 100644 test/tools/llvm-cov/dir-with-filtering.test