]> granicus.if.org Git - llvm/commit
[llvm-cov] Remove a redundant field. NFC.
authorVedant Kumar <vsk@apple.com>
Fri, 15 Sep 2017 23:00:00 +0000 (23:00 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 15 Sep 2017 23:00:00 +0000 (23:00 +0000)
commit9f82f2625764a2a0f9b2a6dc160c89e2252b546e
treefcde69f53ef12a7e9a1685cf8b313256d0a0848a
parentba583516b4c572003442e5b3ef160f0055031fe7
[llvm-cov] Remove a redundant field. NFC.

The "NotCovered" fields in the region and line summary structs are
redundant. We should remove them to make the code clearer.

As a follow-up, the "NotCovered" entries should be removed from the
reports as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313415 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cov/CoverageExporterJson.cpp
tools/llvm-cov/CoverageReport.cpp
tools/llvm-cov/CoverageSummaryInfo.cpp
tools/llvm-cov/CoverageSummaryInfo.h