aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageView.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner1-14/+9
2014-09-17llvm-cov: Rework the API for getting the coverage of a file (NFC)Justin Bogner1-80/+15
2014-09-17Add move constructors/assignment to make MSVC happy after r217940Justin Bogner1-0/+16
2014-09-17llvm-cov: Distinguish expansion/instantiation from SourceCoverageViewJustin Bogner1-35/+47
2014-09-16llvm-cov: Rename a variable and clean up its usageJustin Bogner1-2/+2
2014-09-15llvm-cov: Fix an issue with showing regions but not countsJustin Bogner1-0/+3
2014-09-15llvm-cov: Clean up some redundancy in the view API (NFC)Justin Bogner1-20/+8
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz1-0/+213