summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageView.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cov] Add the "Go to first unexecuted line" feature.Ying Yi2016-09-061-1/+24
* [llvm-cov] Use the native path in the coverage report.Ying Yi2016-08-301-0/+1
* [llvm-cov] Add the project summary to each source file coverage report.Ying Yi2016-08-241-7/+12
* [llvm-cov] Swapped the line and count columns.Ying Yi2016-08-091-2/+2
* [llvm-cov] Add support for creating html reportsVedant Kumar2016-07-061-0/+6
* [llvm-cov] Use relative paths to file reports in -output-dir modeVedant Kumar2016-06-291-3/+7
* [llvm-cov] Do not allow ".." to escape the coverage sub-directoryVedant Kumar2016-06-291-2/+3
* [llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar2016-06-291-8/+18
* Fix "not all control paths return a value" warning on MSVCSimon Pilgrim2016-06-281-0/+1
* [llvm-cov] Create an index of reports in -output-dir modeVedant Kumar2016-06-281-47/+53
* [llvm-cov] Rename ShowFormat to Format (NFC)Vedant Kumar2016-06-281-1/+1
* [llvm-cov] Move a check into a helper method (NFC)Vedant Kumar2016-06-281-1/+1
* Fix "not all control paths return a value" warning on MSVCSimon Pilgrim2016-06-281-0/+1
* Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar2016-06-281-0/+47
* Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar2016-06-281-45/+0
* [llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar2016-06-281-0/+45
* [llvm-cov] Add a format option for the 'show' sub-command (mostly NFC)Vedant Kumar2016-06-281-2/+5
* [llvm-cov] Simplify the way expansion views are rendered (NFC)Vedant Kumar2016-06-261-5/+13
* [llvm-cov] Make an API more consistent, NFCVedant Kumar2016-06-251-1/+1
* [llvm-cov] Flesh out some doxygen comments, NFCVedant Kumar2016-06-251-3/+3
* [llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar2016-06-251-157/+34
* [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