summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-cov.rst
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-09-25 23:10:04 +0000
committerVedant Kumar <vsk@apple.com>2017-09-25 23:10:04 +0000
commit305e1b56e30ba384d43298a25e1dccf2f76f3685 (patch)
tree34035fe18f816964870c97af4a1e5f6d09024cd8 /llvm/docs/CommandGuide/llvm-cov.rst
parentfeb3f5272f3662f47353916edb08751660100036 (diff)
downloadbcm5719-llvm-305e1b56e30ba384d43298a25e1dccf2f76f3685.tar.gz
bcm5719-llvm-305e1b56e30ba384d43298a25e1dccf2f76f3685.zip
[docs] llvm-cov: Make docs for boolean options more consistent
llvm-svn: 314176
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cov.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-cov.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst
index 3b64141e736..6ee05ee1a0a 100644
--- a/llvm/docs/CommandGuide/llvm-cov.rst
+++ b/llvm/docs/CommandGuide/llvm-cov.rst
@@ -195,31 +195,32 @@ OPTIONS
.. option:: -show-line-counts
- Show the execution counts for each line. This is enabled by default, unless
- another ``-show`` option is used.
+ Show the execution counts for each line. Defaults to true, unless another
+ ``-show`` option is used.
.. option:: -show-expansions
Expand inclusions, such as preprocessor macros or textual inclusions, inline
- in the display of the source file.
+ in the display of the source file. Defaults to false.
.. option:: -show-instantiations
For source regions that are instantiated multiple times, such as templates in
``C++``, show each instantiation separately as well as the combined summary.
- This option is enabled by default.
+ Defaults to true.
.. option:: -show-regions
Show the execution counts for each region by displaying a caret that points to
- the character where the region starts.
+ the character where the region starts. Defaults to false.
.. option:: -show-line-counts-or-regions
Show the execution counts for each line if there is only one region on the
line, but show the individual regions if there are multiple on the line.
+ Defaults to false.
-.. option:: -use-color[=VALUE]
+.. option:: -use-color
Enable or disable color output. By default this is autodetected.
@@ -344,9 +345,9 @@ OPTIONS
.. option:: -show-functions
- Show coverage summaries for each function.
+ Show coverage summaries for each function. Defaults to false.
-.. option:: -show-instantiation-summary=[VALUE]
+.. option:: -show-instantiation-summary
Show statistics for all function instantiations. Defaults to false.
OpenPOWER on IntegriCloud