llvm-6502/test/tools/llvm-cov
Justin Bogner 90c4e8b70c InstrProf: Teach llvm-cov to show the max count instead of the last
When multiple regions start on the same line, llvm-cov was just
showing the count of the last one as the line count. This can be
confusing and misleading for things like one-liner loops, where the
count at the end isn't very interesting, or even "if" statements with
an opening brace at the end of the line.

Instead, use the maximum of all of the region start counts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230263 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-23 21:21:34 +00:00
..
Inputs llvm-cov: Actually use the command line arguments when reporting 2015-02-14 02:05:05 +00:00
copy_block_helper.m
lit.local.cfg
llvm-cov.test
range_based_for.cpp
report.cpp llvm-cov: Actually use the command line arguments when reporting 2015-02-14 02:05:05 +00:00
showExpansions.cpp
showHighlightedRanges.cpp
showLineExecutionCounts.cpp InstrProf: Teach llvm-cov to show the max count instead of the last 2015-02-23 21:21:34 +00:00
showRegionMarkers.cpp
showTemplateInstantiations.cpp