summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageView.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-32/+32
* [llvm-cov] Don't render empty region marker linesVedant Kumar2017-11-091-1/+1
* [llvm-cov] Use the coverage namespace. NFC.Vedant Kumar2017-10-181-9/+10
* [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar2017-10-181-8/+6
* [llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson2017-10-031-2/+2
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-281-2/+4
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-271-4/+2
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-271-2/+4
* [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar2017-09-191-14/+1
* [llvm-cov] Unify region marker placement between text/html modesVedant Kumar2017-09-081-1/+1
* [llvm-cov] Ignore unclosed line segments when setting line countsVedant Kumar2017-08-041-14/+4
* Remove duplicated default move ctors/move assign. No functional change.Benjamin Kramer2016-10-271-9/+0
* [llvm-cov] Do not print out the filename of the object fileVedant Kumar2016-10-251-4/+0
* [llvm-cov] Get rid of all invalid filename referencesVedant Kumar2016-09-231-1/+1
* [llvm-cov] Make a method name more accurate (NFC)Vedant Kumar2016-09-151-3/+3
* [llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar2016-09-101-4/+4
* [llvm-cov] Emit a summary in the report directory's indexVedant Kumar2016-09-091-1/+2
* [llvm-cov] Constify some methods (NFC)Vedant Kumar2016-09-091-2/+2
* [llvm-cov] Use less space to describe source namesVedant Kumar2016-09-081-10/+7
* [llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi2016-09-061-0/+3
* [llvm-cov] Add the "Go to first unexecuted line" feature.Ying Yi2016-09-061-1/+5
* [llvm-cov] Add the project summary to each source file coverage report.Ying Yi2016-08-241-4/+16
* [llvm-cov] Use relative paths to the stylesheet (for html reports)Vedant Kumar2016-07-211-2/+2
* [llvm-cov] Use relative paths to file reports in -output-dir modeVedant Kumar2016-06-291-2/+4
* [llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar2016-06-291-1/+16
* [llvm-cov] Create an index of reports in -output-dir modeVedant Kumar2016-06-281-26/+49
* 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