This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f09ca2f Add a C++ unittest to test the fix for PR30213. new f0b5dd7 [libFuzzer] implement print_pcs with trace-pc-guard. Change t [...] new 5d97808 [llvm-cov] Fix tests that aren't checking anything (NFC) new 90562cd [llvm-cov] Don't print a verbose title when looking at one file
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: lib/Fuzzer/FuzzerInternal.h | 15 ++++++++++ lib/Fuzzer/FuzzerLoop.cpp | 30 +++++++++++++------- lib/Fuzzer/FuzzerTracePC.cpp | 24 ++++++++++++---- lib/Fuzzer/FuzzerValueBitMap.h | 10 +++++-- lib/Fuzzer/test/fuzzer-printcovpcs.test | 9 +++++- test/tools/llvm-cov/Inputs/showProjectSummary.test | 16 +++++++++++ test/tools/llvm-cov/native_separators.c | 4 --- test/tools/llvm-cov/showProjectSummary.cpp | 32 ++++++---------------- tools/llvm-cov/SourceCoverageView.cpp | 2 +- 9 files changed, 93 insertions(+), 49 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/showProjectSummary.test