[llvm-cov] Filter away source files that aren't in the coverage mapping
authorVedant Kumar <vsk@apple.com>
Fri, 23 Sep 2016 18:57:35 +0000 (18:57 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 23 Sep 2016 18:57:35 +0000 (18:57 +0000)
commit458808805091f0f7e73a4d91c72e909f1d49a7eb
treede903dd66b2ad9606428b9b8bf2af56a1df5e6d6
parentbc6479850e1d4a4522c6d195f93704d3e78e54e3
[llvm-cov] Filter away source files that aren't in the coverage mapping

... so that they don't show up in the index. This came up because polly
contains a .git directory and some other unmapped input in its source
dir.

llvm-svn: 282282
llvm/test/tools/llvm-cov/report.cpp
llvm/tools/llvm-cov/CodeCoverage.cpp