[llvm-cov] Add the ability to specify directories of input source files
authorVedant Kumar <vsk@apple.com>
Thu, 22 Sep 2016 21:49:43 +0000 (21:49 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 22 Sep 2016 21:49:43 +0000 (21:49 +0000)
commit1ce90d889a2664dd8dd4cd5e6410a96f3595f33a
tree6f984f4a54dc83223c1c1f4e60b59cfb9b9e0437
parent5f8492e2ce8efb55caad8f7b9c289edd1541dcf0
[llvm-cov] Add the ability to specify directories of input source files

We've supported restricting coverage reports to a set of files for a
long time. Add support for being able to restrict by entire directories.

I suppose this supersedes D20803.

llvm-svn: 282202
llvm/test/tools/llvm-cov/scan-directory.test [new file with mode: 0644]
llvm/tools/llvm-cov/CodeCoverage.cpp