summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CoverageSummaryInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cov] Delete the NonCodeLines field, it was always deadVedant Kumar2016-09-191-12/+6
* [llvm-cov] Track function and instantiation coverage separatelyVedant Kumar2016-09-191-0/+9
* Move coverage related code into a separate library.Easwaran Raman2016-04-291-1/+1
* [llvm-cov] Don't emit 'nan%' in reportsVedant Kumar2016-04-291-0/+6
* llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner2015-02-141-15/+38
* llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz2014-09-301-9/+10
* llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner2014-09-201-1/+1
* llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC)Justin Bogner2014-09-121-2/+3
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+131
OpenPOWER on IntegriCloud