aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageView.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner1-12/+10
2014-09-19llvm-cov: Fix dropped lines when filters were appliedJustin Bogner1-1/+2
2014-09-17llvm-cov: Push some more debug output into the View (NFC)Justin Bogner1-0/+4
2014-09-17llvm-cov: Rework the API for getting the coverage of a file (NFC)Justin Bogner1-240/+105
2014-09-17LineIterator: Provide a variant that keeps blank linesJustin Bogner1-8/+4
2014-09-17llvm-cov: Distinguish expansion/instantiation from SourceCoverageViewJustin Bogner1-72/+47
2014-09-16llvm-cov: Rename a variable and clean up its usageJustin Bogner1-18/+17
2014-09-15llvm-cov: Make debug output more consistentJustin Bogner1-12/+12
2014-09-15llvm-cov: Fix an issue with showing regions but not countsJustin Bogner1-13/+21
2014-09-15llvm-cov: Clean up some redundancy in the view API (NFC)Justin Bogner1-13/+17
2014-09-10llvm-cov: Fix a misuse of ArrayRef::slice I introduced in r217430Justin Bogner1-1/+1
2014-09-09llvm-cov: Use ArrayRef::slice (NFC)Justin Bogner1-2/+1
2014-09-09llvm-cov: Combine two types that were nearly identical (NFC)Justin Bogner1-29/+29
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz1-0/+411