diff options
author | Vedant Kumar <vsk@apple.com> | 2016-06-28 00:15:54 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-06-28 00:15:54 +0000 |
commit | 635c83c1b4ec789f51d8bcb49bbbec5f127d1a69 (patch) | |
tree | 7a3c47bd793f2801cd0371e71433b5bf043f3a65 /llvm/docs/CommandGuide/llvm-cov.rst | |
parent | 3264fdd3caa0acf19c91a4eb0d09a282cc788bbd (diff) | |
download | bcm5719-llvm-635c83c1b4ec789f51d8bcb49bbbec5f127d1a69.tar.gz bcm5719-llvm-635c83c1b4ec789f51d8bcb49bbbec5f127d1a69.zip |
[llvm-cov] Add a format option for the 'show' sub-command (mostly NFC)
llvm-svn: 273968
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cov.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index d0e78a9a1d1..8e2806b0c61 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -236,6 +236,10 @@ OPTIONS Show code coverage only for functions that match the given regular expression. +.. option:: -format=<FORMAT> + + Use the specified output format. The supported formats are: "text". + .. option:: -line-coverage-gt=<N> Show code coverage only for functions with line coverage greater than the |