summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cov] Avoid 0% when reporting something that's 0/0Alex Lorenz2016-11-211-4/+8
* [llvm-cov] Turn line numbers in html reports into clickable linksVedant Kumar2016-11-021-3/+5
* [llvm-cov] Do not print out the filename of the object fileVedant Kumar2016-10-251-5/+2
* [llvm-cov] Get rid of all invalid filename referencesVedant Kumar2016-09-231-1/+1
* [llvm-cov] Minor cleanup. NFC.Vedant Kumar2016-09-231-6/+6
* [llvm-cov] Emit a link to some documentationVedant Kumar2016-09-191-0/+7
* [llvm-cov] Make a helper method static for re-use (NFC)Vedant Kumar2016-09-191-2/+2
* [llvm-cov] Track function and instantiation coverage separatelyVedant Kumar2016-09-191-2/+5
* [llvm-cov] Don't recompute the 'Covered' field from *CoverageInfo (NFC)Vedant Kumar2016-09-191-6/+5
* [llvm-cov] Drop another redundant 'No.' suffixVedant Kumar2016-09-191-1/+1
* [llvm-cov] Move some layout logic to the right spot (NFC)Vedant Kumar2016-09-151-1/+1
* [llvm-cov] Hide instantiation views for unexecuted functionsVedant Kumar2016-09-151-1/+9
* [llvm-cov] Don't create 'jump to ...' links in nested viewsVedant Kumar2016-09-151-1/+1
* [llvm-cov] Make a method name more accurate (NFC)Vedant Kumar2016-09-151-3/+2
* [llvm-cov] Just emit the version number in the index fileVedant Kumar2016-09-131-2/+1
* [llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version ...Ying Yi2016-09-131-2/+4
* [llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar2016-09-101-14/+15
* [llvm-cov] Minor visual tweaks for html reportsVedant Kumar2016-09-101-54/+21
* [llvm-cov] Remove some asserts in the html renderer (NFC)Vedant Kumar2016-09-091-5/+1
* [llvm-cov] Emit a summary in the report directory's indexVedant Kumar2016-09-091-21/+105
* [llvm-cov] Fix issues with segment highlighting in the html viewVedant Kumar2016-09-081-16/+10
* [llvm-cov] Use less space to describe source namesVedant Kumar2016-09-081-5/+3
* [llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi2016-09-061-6/+1
* [llvm-cov] Add the "Go to first unexecuted line" feature.Ying Yi2016-09-061-3/+12
* [llvm-cov] Drop redundant "No." suffix in a column titleVedant Kumar2016-08-311-1/+1
* [llvm-cov] Use the native path in the coverage report.Ying Yi2016-08-301-2/+8
* [llvm-cov] Add the project summary to each source file coverage report.Ying Yi2016-08-241-11/+88
* [LLVM-COV]Replace tabs to the space indentations in the HTML coverage report.Ying Yi2016-08-041-12/+24
* [llvm-cov] Add a debug mode for source range highlighting (in html)Vedant Kumar2016-07-271-10/+34
* Revert "[llvm-cov] Minor aesthetic improvements for html reports"Vedant Kumar2016-07-271-9/+7
* [llvm-cov] Minor aesthetic improvements for html reportsVedant Kumar2016-07-271-7/+9
* [llvm-cov] Don't copy stylesheets into index filesVedant Kumar2016-07-221-1/+2
* [llvm-cov] Use relative paths to the stylesheet (for html reports)Vedant Kumar2016-07-211-56/+71
* [llvm-cov] Place anchors around line numbers in html reportsVedant Kumar2016-07-181-3/+6
* [llvm-cov] Add support for creating html reportsVedant Kumar2016-07-061-0/+436
OpenPOWER on IntegriCloud