diff options
author | Vedant Kumar <vsk@apple.com> | 2017-08-02 23:35:24 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2017-08-02 23:35:24 +0000 |
commit | 79554e450e184160084c9abe90fe865735890477 (patch) | |
tree | 6d697a096d4eb4e1aa629866f72ee8eab5b2ba08 /llvm/docs/CommandGuide/llvm-cov.rst | |
parent | 9dcd3e78aebab92899563684065cd3cdaac5395a (diff) | |
download | bcm5719-llvm-79554e450e184160084c9abe90fe865735890477.tar.gz bcm5719-llvm-79554e450e184160084c9abe90fe865735890477.zip |
[llvm-cov] Respect the value of the -show-instantiations option
Make `-show-instantiations=false` actually skip displaying instantiation
sub-views, instead of simply ignoring the option.
llvm-svn: 309903
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cov.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index 3732b39740f..97064c82cf4 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -207,6 +207,7 @@ OPTIONS 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. .. option:: -show-regions |