This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 408b811 [TableGen] Make sure to recursively factor any ScopeMatchers [...] new 68065ba [Coverage] Combine counts of expansion regions if there are n [...]
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: lib/ProfileData/Coverage/CoverageMapping.cpp | 47 ++++++++++++++------- .../llvm-cov/Inputs/combine_expansions.covmapping | Bin 0 -> 161 bytes .../llvm-cov/Inputs/combine_expansions.proftext | 8 ++++ test/tools/llvm-cov/combine_expansions.cpp | 26 ++++++++++++ unittests/ProfileData/CoverageMappingTest.cpp | 25 +++++++++++ 5 files changed, 90 insertions(+), 16 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/combine_expansions.covmapping create mode 100644 test/tools/llvm-cov/Inputs/combine_expansions.proftext create mode 100644 test/tools/llvm-cov/combine_expansions.cpp