This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 51c47348285 Revert "[libFuzzer tests] Use substring comparison in libFu [...] new f6b53455dfc [llvm-cov] Respect the value of the -show-instantiations option new a8dfa81a141 [Coverage] Add an API to retrive all instantiations of a fu [...] new c563b0447be Rely on autobrief, remove \briefs from a header. NFC. new d7247b5f8fe Move two functions to a nicer spot. NFC.
The 4 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: docs/CommandGuide/llvm-cov.rst | 1 + .../llvm/ProfileData/Coverage/CoverageMapping.h | 196 +++++++++++++-------- lib/ProfileData/Coverage/CoverageMapping.cpp | 14 +- test/tools/llvm-cov/showTemplateInstantiations.cpp | 4 + tools/llvm-cov/CodeCoverage.cpp | 42 +++-- tools/llvm-cov/CoverageReport.cpp | 30 ++-- tools/llvm-cov/CoverageSummaryInfo.cpp | 37 ++-- tools/llvm-cov/CoverageSummaryInfo.h | 10 +- unittests/ProfileData/CoverageMappingTest.cpp | 7 +- 9 files changed, 211 insertions(+), 130 deletions(-)