llvm-6502/tools/llvm-cov
Justin Bogner 47a75481e2 llvm-cov: Fix an issue with showing regions but not counts
In r217746, though it was supposed to be NFC, I broke llvm-cov's
handling of showing regions without showing counts. This should've
shown up in the existing tests, except they were checking debug output
that was displayed regardless of what was actually output. I've moved
the relevant debug output to a more appropriate place so that the
tests catch this kind of thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217835 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-15 22:12:28 +00:00
..
CMakeLists.txt
CodeCoverage.cpp llvm-cov: Clean up some redundancy in the view API (NFC) 2014-09-15 03:41:04 +00:00
CoverageFilters.cpp llvm-cov: Remove dead code 2014-09-08 19:51:21 +00:00
CoverageFilters.h llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) 2014-09-12 06:52:44 +00:00
CoverageReport.cpp
CoverageReport.h
CoverageSummary.cpp llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) 2014-09-12 06:52:44 +00:00
CoverageSummary.h llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) 2014-09-12 06:52:44 +00:00
CoverageSummaryInfo.cpp llvm-cov: Rename MappingRegion to coverage::CountedRegion (NFC) 2014-09-09 05:32:14 +00:00
CoverageSummaryInfo.h llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) 2014-09-12 06:52:44 +00:00
CoverageViewOptions.h
gcov.cpp
llvm-cov.cpp Silence gcc -Wpedantic. 2014-08-24 09:12:33 +00:00
LLVMBuild.txt
Makefile
RenderingSupport.h
SourceCoverageDataManager.cpp llvm-cov: Simplify CounterMappingRegion, pushing logic to its user 2014-09-15 03:41:01 +00:00
SourceCoverageDataManager.h llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) 2014-09-12 06:52:44 +00:00
SourceCoverageView.cpp llvm-cov: Fix an issue with showing regions but not counts 2014-09-15 22:12:28 +00:00
SourceCoverageView.h llvm-cov: Fix an issue with showing regions but not counts 2014-09-15 22:12:28 +00:00
TestingSupport.cpp