diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cov.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index 9bc9f7edae2..08123e8cb78 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -259,10 +259,6 @@ OPTIONS Skip source code files with file paths that match the given regular expression. -.. option:: -whitelist-filename-regex=<PATTERN> - - Show code coverage only for files that match the given regular expression. - .. option:: -format=<FORMAT> Use the specified output format. The supported formats are: "text", "html". |