summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageViewHTML.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-0/+2
* [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] Rearrange entries in report index.Eli Friedman2017-08-091-0/+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/+9
* [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] Add support for creating html reportsVedant Kumar2016-07-061-0/+83
OpenPOWER on IntegriCloud