summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/CoverageReport.h
AgeCommit message (Expand)Author
2017-10-13[llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz
2017-10-03[llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson
2017-09-28[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson
2017-09-27Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson
2017-09-27[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson
2017-09-08[llvm-cov] Fix a lifetime issueVedant Kumar
2017-02-05[llvm-cov] Demangle symbols in function summaries (fixes PR31394)Vedant Kumar
2016-09-23[llvm-cov] Get rid of all invalid filename referencesVedant Kumar
2016-09-19[llvm-cov] Make a helper method static for re-use (NFC)Vedant Kumar
2016-09-09[llvm-cov] Add an API to prepare file reports (NFC)Vedant Kumar
2016-09-06[llvm-cov] Clean up the summary class, delete dead code (NFC)Vedant Kumar
2016-06-28[llvm-cov] Avoid copying file paths multiple times (NFC)Vedant Kumar
2015-02-14llvm-cov: Actually use the command line arguments when reportingJustin Bogner
2015-02-14llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz