OSDN Git Service

[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)
commitdaacf3c8baf767e1b362e1510c3f0072693f64fa
tree2e086ee702d1a26711b799ff3349edeaff2d78ab
parentfd066351a5eb34b4cd04741be998094ffad95ce9
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282282 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/report.cpp
tools/llvm-cov/CodeCoverage.cpp