[PATCH] D24457: [llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version number>" in the coverage report.

Ying Yi via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 08:15:30 PDT 2016


MaggieYi created this revision.
MaggieYi added reviewers: vsk, davidxl, bogner.
MaggieYi added a subscriber: llvm-commits.

The llvm-cov version information will be useful to the user when comparing the code coverage across different versions of llvm-cov. This patch provides the llvm-cov version information in the generated coverage report.

https://reviews.llvm.org/D24457

Files:
  test/tools/llvm-cov/showProjectSummary.cpp
  tools/llvm-cov/CoverageViewOptions.h
  tools/llvm-cov/SourceCoverageViewHTML.cpp
  tools/llvm-cov/SourceCoverageViewText.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24457.71008.patch
Type: text/x-patch
Size: 6356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160912/68910eef/attachment.bin>


More information about the llvm-commits mailing list