diff options
author | Vedant Kumar <vsk@apple.com> | 2016-06-02 01:01:48 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-06-02 01:01:48 +0000 |
commit | 01d91eeac55ff55a3e2fde4bb5ec105d8c2b406a (patch) | |
tree | 3293af964709c1c5a0f1da60de1fe47b4355ae55 | |
parent | 48cad712437291f48443b43fb4d91d9ea2e99ef5 (diff) | |
download | bcm5719-llvm-01d91eeac55ff55a3e2fde4bb5ec105d8c2b406a.tar.gz bcm5719-llvm-01d91eeac55ff55a3e2fde4bb5ec105d8c2b406a.zip |
[docs] Add missing newline to console section
llvm-svn: 271457
-rw-r--r-- | clang/docs/SourceBasedCodeCoverage.rst | 1 |
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 |