OSDN Git Service

[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)
commitef76be0d1ea84318380190b68f5c31f914c544a4
tree2581cc7cbb055a6ec1ccf1bda555d9d5604f9d62
parenta86d297ba3179097ed88c9d2fa7e09746db41e87
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282202 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/scan-directory.test [new file with mode: 0644]
tools/llvm-cov/CodeCoverage.cpp