summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageView.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-1/+2
* [llvm-cov] Don't render empty region marker linesVedant Kumar2017-11-091-8/+11
* [llvm-cov] Use a stable sort on sub-viewsVedant Kumar2017-10-241-2/+2
* [llvm-cov] Use the coverage namespace. NFC.Vedant Kumar2017-10-181-6/+5
* [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar2017-10-181-6/+4
* [llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar2017-10-141-21/+15
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-281-2/+3
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-271-3/+2
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-271-2/+3
* [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar2017-09-191-44/+0
* [Coverage] Use gap regions to select better line exec countsVedant Kumar2017-09-181-7/+10
* [llvm-cov] Simplify code to find the first uncovered segment. NFC.Vedant Kumar2017-09-181-14/+8
* [llvm-cov] Don't attach exec counts to lines which start a skipped regionVedant Kumar2017-09-111-1/+7
* [llvm-cov] Unify region marker placement between text/html modesVedant Kumar2017-09-081-4/+12
* [llvm-cov] Ignore unclosed line segments when setting line countsVedant Kumar2017-08-041-8/+37
* [llvm-cov] Do not print out the filename of the object fileVedant Kumar2016-10-251-5/+0
* [llvm-cov] Move some layout logic to the right spot (NFC)Vedant Kumar2016-09-151-1/+2
* [llvm-cov] Make a method name more accurate (NFC)Vedant Kumar2016-09-151-1/+1
* [llvm-cov] Don't print a verbose title when looking at one fileVedant Kumar2016-09-151-1/+1
* [llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar2016-09-101-6/+3
* [llvm-cov] Minor visual tweaks for html reportsVedant Kumar2016-09-101-2/+2
* [llvm-cov] Constify some methods (NFC)Vedant Kumar2016-09-091-2/+3
* [llvm-cov] Use less space to describe source namesVedant Kumar2016-09-081-9/+11
* [llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi2016-09-061-0/+9
* [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
OpenPOWER on IntegriCloud