summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageViewText.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-2/+2
* [llvm-cov] Use the coverage namespace. NFC.Vedant Kumar2017-10-181-2/+4
* [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar2017-10-181-7/+4
* [llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson2017-10-031-1/+1
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-281-1/+2
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-271-2/+1
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-271-1/+2
* [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-1/+1
* [llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar2016-09-101-3/+3
* [llvm-cov] Emit a summary in the report directory's indexVedant Kumar2016-09-091-1/+2
* [llvm-cov] Use less space to describe source namesVedant Kumar2016-09-081-4/+3
* [llvm-cov] Add the "Go to first unexecuted line" feature.Ying Yi2016-09-061-1/+2
* [llvm-cov] Add the project summary to each source file coverage report.Ying Yi2016-08-241-4/+9
* [llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar2016-06-291-1/+7
* [llvm-cov] Create an index of reports in -output-dir modeVedant Kumar2016-06-281-6/+13
* Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar2016-06-281-0/+7
* Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar2016-06-281-7/+0
* [llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar2016-06-281-0/+7
* [llvm-cov] Simplify the way expansion views are rendered (NFC)Vedant Kumar2016-06-261-6/+7
* [llvm-cov] Make an API more consistent, NFCVedant Kumar2016-06-251-2/+2
* [llvm-cov] Flesh out some doxygen comments, NFCVedant Kumar2016-06-251-3/+4
* [llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar2016-06-251-0/+61
OpenPOWER on IntegriCloud