OSDN Git Service

[llvm-cov] Optionally use a symbol demangler when preparing reports
authorVedant Kumar <vsk@apple.com>
Fri, 15 Jul 2016 22:44:57 +0000 (22:44 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 15 Jul 2016 22:44:57 +0000 (22:44 +0000)
commit13ca1ccb7628a4c2312e692f0169b0c4a983fb59
treef8196d83c517754e335fd12a36f7737b0fa05a4c
parenta5ec41d9a9a577b91f3390a46590a5827a84d6dd
[llvm-cov] Optionally use a symbol demangler when preparing reports

Add an option to specify a symbol demangler (as well as options to the
demangler). This can be used to make reports more human-readable.

This option is especially useful in -output-dir mode, since it isn't as
easy to manually pipe reports into a demangler in this mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275640 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/llvm-cov.rst
test/tools/llvm-cov/demangle.test [new file with mode: 0644]
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/CoverageViewOptions.h