summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CoverageReport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cov] Adjust column widths for function and file reportsVedant Kumar2015-10-211-9/+13
* [llvm-cov] Disable name and path truncationVedant Kumar2015-09-141-6/+21
* llvm-cov: Actually use the command line arguments when reportingJustin Bogner2015-02-141-2/+3
* llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner2015-02-141-12/+25
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* llvm-cov/CoverageReport.cpp: Quick fix for msvcrt, since width specifier "z" ...NAKAMURA Takumi2014-10-011-12/+12
* llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz2014-09-301-4/+5
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+201
OpenPOWER on IntegriCloud