summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageView.h
Commit message (Expand)AuthorAgeFilesLines
* Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar2016-06-281-1/+26
* Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar2016-06-281-20/+1
* [llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar2016-06-281-1/+20
* [llvm-cov] Simplify the way expansion views are rendered (NFC)Vedant Kumar2016-06-261-7/+8
* [llvm-cov] Make an API more consistent, NFCVedant Kumar2016-06-251-6/+8
* [llvm-cov] Flesh out some doxygen comments, NFCVedant Kumar2016-06-251-7/+10
* [llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar2016-06-251-28/+62
* [llvm-cov] Add SourceNames to SourceCoverageViews, NFCVedant Kumar2016-06-241-2/+21
* [llvm-cov] Rename SourceCoverageView::LineCoverageInfo to LineCoverageStats, NFCVedant Kumar2016-06-241-23/+23
* Move coverage related code into a separate library.Easwaran Raman2016-04-291-1/+1
* InstrProf: Teach llvm-cov to show the max count instead of the lastJustin Bogner2015-02-231-4/+3
* llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner2014-09-201-14/+9
* llvm-cov: Rework the API for getting the coverage of a file (NFC)Justin Bogner2014-09-171-80/+15
* Add move constructors/assignment to make MSVC happy after r217940Justin Bogner2014-09-171-0/+16
* llvm-cov: Distinguish expansion/instantiation from SourceCoverageViewJustin Bogner2014-09-171-35/+47
* llvm-cov: Rename a variable and clean up its usageJustin Bogner2014-09-161-2/+2
* llvm-cov: Fix an issue with showing regions but not countsJustin Bogner2014-09-151-0/+3
* llvm-cov: Clean up some redundancy in the view API (NFC)Justin Bogner2014-09-151-20/+8
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+213
OpenPOWER on IntegriCloud