summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageView.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm-cov] Use getOptions() instead of Options in SourceCoverageView, NFCVedant Kumar2016-06-241-14/+16
* [llvm-cov] Add SourceNames to SourceCoverageViews, NFCVedant Kumar2016-06-241-3/+6
* [llvm-cov] Rename SourceCoverageView::LineCoverageInfo to LineCoverageStats, NFCVedant Kumar2016-06-241-2/+2
* InstrProf: Fix display of large numbers in llvm-covJustin Bogner2015-05-131-21/+25
* llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner2014-09-201-12/+10
* 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