summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageView.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* llvm-cov: Fix dropped lines when filters were appliedJustin Bogner2014-09-191-1/+2
* llvm-cov: Push some more debug output into the View (NFC)Justin Bogner2014-09-171-0/+4
* llvm-cov: Rework the API for getting the coverage of a file (NFC)Justin Bogner2014-09-171-240/+105
* LineIterator: Provide a variant that keeps blank linesJustin Bogner2014-09-171-8/+4
* llvm-cov: Distinguish expansion/instantiation from SourceCoverageViewJustin Bogner2014-09-171-72/+47
* llvm-cov: Rename a variable and clean up its usageJustin Bogner2014-09-161-18/+17
* llvm-cov: Make debug output more consistentJustin Bogner2014-09-151-12/+12
* llvm-cov: Fix an issue with showing regions but not countsJustin Bogner2014-09-151-13/+21
* llvm-cov: Clean up some redundancy in the view API (NFC)Justin Bogner2014-09-151-13/+17
* llvm-cov: Fix a misuse of ArrayRef::slice I introduced in r217430Justin Bogner2014-09-101-1/+1
* llvm-cov: Use ArrayRef::slice (NFC)Justin Bogner2014-09-091-2/+1
* llvm-cov: Combine two types that were nearly identical (NFC)Justin Bogner2014-09-091-29/+29
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+411
OpenPOWER on IntegriCloud