summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere2018-05-311-1/+1
* [llvm-cov] Use the new PrintHTMLEscaped utilityVedant Kumar2018-05-301-20/+18
* [Coverage] Update CSS to make HTML reports copy-paste friendly.Max Moroz2018-05-221-0/+3
* [llvm-cov] Fix incorrect usage of .precision specifier in format() call.Max Moroz2018-01-311-1/+1
* [llvm-cov] Improvements for summary report generated in HTML format.Max Moroz2018-01-311-14/+37
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-1/+0
* [llvm-cov] Don't render empty region marker linesVedant Kumar2017-11-091-1/+1
* [Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar2017-11-091-6/+6
* [llvm-cov] Use the coverage namespace. NFC.Vedant Kumar2017-10-181-3/+2
* [llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar2017-10-181-0/+2
* [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar2017-10-181-9/+11
* [llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar2017-10-181-2/+3
* [llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar2017-10-141-2/+2
* [llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson2017-10-031-2/+3
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-281-5/+5
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-271-5/+5
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-271-5/+5
* [Coverage] Use gap regions to select better line exec countsVedant Kumar2017-09-181-1/+1
* [llvm-cov] Make some summary info fields private. NFC.Vedant Kumar2017-09-151-9/+10
* [llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman2017-09-111-11/+17
* [llvm-cov] Fix a lifetime issueVedant Kumar2017-09-081-1/+1
* [llvm-cov] Unify region marker placement between text/html modesVedant Kumar2017-09-081-12/+8
* [llvm-cov] Rearrange entries in report index.Eli Friedman2017-08-091-11/+40
* [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
OpenPOWER on IntegriCloud