summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CoverageReport.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "[llvm-cov] Add option to whitelist filenames"Vlad Tsyrklevich2019-10-291-1/+1
* [llvm-cov] Add option to whitelist filenamesVedant Kumar2019-10-291-1/+1
* 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-1/+1
* [llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz2018-04-091-1/+2
* [llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz2018-01-051-0/+8
* [llvm-cov] Refactor "export" command implementation and add support for SOURCES.Max Moroz2018-01-041-1/+1
* [llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz2017-10-131-0/+3
* [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