summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CoverageReport.h
Commit message (Expand)AuthorAgeFilesLines
* [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-3/+7
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-271-7/+3
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-271-3/+7
* [llvm-cov] Fix a lifetime issueVedant Kumar2017-09-081-1/+2
* [llvm-cov] Demangle symbols in function summaries (fixes PR31394)Vedant Kumar2017-02-051-2/+4
* [llvm-cov] Get rid of all invalid filename referencesVedant Kumar2016-09-231-3/+3
* [llvm-cov] Make a helper method static for re-use (NFC)Vedant Kumar2016-09-191-3/+3
* [llvm-cov] Add an API to prepare file reports (NFC)Vedant Kumar2016-09-091-3/+12
* [llvm-cov] Clean up the summary class, delete dead code (NFC)Vedant Kumar2016-09-061-4/+5
* [llvm-cov] Avoid copying file paths multiple times (NFC)Vedant Kumar2016-06-281-1/+1
* llvm-cov: Actually use the command line arguments when reportingJustin Bogner2015-02-141-1/+1
* llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner2015-02-141-4/+5
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+40
OpenPOWER on IntegriCloud