summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/docs/SourceBasedCodeCoverage.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/SourceBasedCodeCoverage.rst b/clang/docs/SourceBasedCodeCoverage.rst
index 7e0b04a52ac..6ff7bffed64 100644
--- a/clang/docs/SourceBasedCodeCoverage.rst
+++ b/clang/docs/SourceBasedCodeCoverage.rst
@@ -107,6 +107,7 @@ generate a line-oriented report:
To demangle any C++ identifiers in the ouput, use:
.. code-block:: console
+
% llvm-cov show ./foo -instr-profile=foo.profdata | c++filt -n
This report includes a summary view as well as dedicated sub-views for
OpenPOWER on IntegriCloud