llvm-cov: Actually use the command line arguments when reporting
authorJustin Bogner <mail@justinbogner.com>
Sat, 14 Feb 2015 02:05:05 +0000 (02:05 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sat, 14 Feb 2015 02:05:05 +0000 (02:05 +0000)
commit1ec34b0c61953fb3ba905246d277062288c23019
treec60dcc82e6d27f6259f24d4c5df7ff448d0b2d91
parent9bdb194b8686c81c167c0490d63f39c5214c61bf
llvm-cov: Actually use the command line arguments when reporting

This code didn't really make sense as is. If a filename is passed in,
the user obviously wants the coverage *for that file*, not *for
everything*.

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