From bfed824b57d14e2ba98ddbaf1a1410cf04a3e279 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 29 Oct 2019 15:47:23 -0700 Subject: [llvm-cov] Add option to whitelist filenames Add the `-whitelist-filename-regex` option to restrict coverage reporting to file paths that match a whitelist regex. Patch by Michael Daniels! rdar://56720320 --- llvm/docs/CommandGuide/llvm-cov.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index 08123e8cb78..9bc9f7edae2 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -259,6 +259,10 @@ OPTIONS Skip source code files with file paths that match the given regular expression. +.. option:: -whitelist-filename-regex= + + Show code coverage only for files that match the given regular expression. + .. option:: -format= Use the specified output format. The supported formats are: "text", "html". -- cgit v1.2.3