diff options
author | Vedant Kumar <vsk@apple.com> | 2016-08-04 18:00:42 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-08-04 18:00:42 +0000 |
commit | ad547d361e8c7a3ad645fa09433842979deae9e1 (patch) | |
tree | d53b911257f9a800a5d0cf0024adcbf14300c1ba /llvm/docs/CommandGuide/llvm-cov.rst | |
parent | 04c0796e37f87214819e109341012ba6cb26f06d (diff) | |
download | bcm5719-llvm-ad547d361e8c7a3ad645fa09433842979deae9e1.tar.gz bcm5719-llvm-ad547d361e8c7a3ad645fa09433842979deae9e1.zip |
[llvm-cov] Add some documentation for the -tab-size option
Also, un-hide the cl::opt.
llvm-svn: 277741
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cov.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index 4317126bdd8..35424890f51 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -241,6 +241,11 @@ OPTIONS Use the specified output format. The supported formats are: "text", "html". +.. option:: -tab-size=<TABSIZE> + + Replace tabs with <TABSIZE> spaces when preparing reports. Currently, this is + only supported for the html format. + .. option:: -output-dir=PATH Specify a directory to write coverage reports into. If the directory does not |