From: Vedant Kumar Date: Thu, 2 Jun 2016 01:01:48 +0000 (+0000) Subject: [docs] Add missing newline to console section X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f72c4397cf00377ea60ae0f9804a319fc60deac3;p=clang [docs] Add missing newline to console section git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271457 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/SourceBasedCodeCoverage.rst b/docs/SourceBasedCodeCoverage.rst index 7e0b04a52a..6ff7bffed6 100644 --- a/docs/SourceBasedCodeCoverage.rst +++ b/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