llvm-cov: Fix dropped lines when filters were applied
authorJustin Bogner <mail@justinbogner.com>
Fri, 19 Sep 2014 08:13:16 +0000 (08:13 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 19 Sep 2014 08:13:16 +0000 (08:13 +0000)
commit42b96889d1bace109cc1d09e06afacc3387a9e31
treebd641fd90165a7c4973c05b2d6b9c501fa1f6c43
parentddbcfa0b2fbcee4bdce8ff860759b6f65202909f
llvm-cov: Fix dropped lines when filters were applied

Uncovered lines in the middle of a covered region weren't being shown
when filtering to a particular function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218109 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/Inputs/lineExecutionCounts.covmapping
test/tools/llvm-cov/showLineExecutionCounts.cpp
tools/llvm-cov/SourceCoverageView.cpp