This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e7b0c9 Minor code cleanups. NFC. new b203f80 [Support] Fix a doxygen comment (NFC) new a5ec41d [llvm-cov] Document a few private fields of CodeCoverageTool (NFC) new 13ca1cc [llvm-cov] Optionally use a symbol demangler when preparing reports
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: docs/CommandGuide/llvm-cov.rst | 8 +++ include/llvm/Support/Program.h | 2 +- test/tools/llvm-cov/demangle.test | 4 ++ tools/llvm-cov/CodeCoverage.cpp | 123 +++++++++++++++++++++++++++++++++-- tools/llvm-cov/CoverageViewOptions.h | 7 +- 5 files changed, 137 insertions(+), 7 deletions(-) create mode 100644 test/tools/llvm-cov/demangle.test