summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-06-02 01:01:48 +0000
committerVedant Kumar <vsk@apple.com>2016-06-02 01:01:48 +0000
commit01d91eeac55ff55a3e2fde4bb5ec105d8c2b406a (patch)
tree3293af964709c1c5a0f1da60de1fe47b4355ae55
parent48cad712437291f48443b43fb4d91d9ea2e99ef5 (diff)
downloadbcm5719-llvm-01d91eeac55ff55a3e2fde4bb5ec105d8c2b406a.tar.gz
bcm5719-llvm-01d91eeac55ff55a3e2fde4bb5ec105d8c2b406a.zip
[docs] Add missing newline to console section
llvm-svn: 271457
-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