[PATCH] D23345: [llvm-cov] Add the project summary to each source file coverage report.

Ying Yi via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 01:27:52 PDT 2016


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

This patch includes the following changes:

- Included header "Code coverage report" and include the date that the report was created.
- Included title (as specified in a command line option, (i.e llvm-cov  -project-title="Simple Test")
- In the summary, list the elf files that the source code file has contributed to.
- Used column heading for "Line No.", "Count No.", Source".  


https://reviews.llvm.org/D23345

Files:
  test/tools/llvm-cov/Inputs/showProjectSummary.covmapping
  test/tools/llvm-cov/Inputs/showProjectSummary.proftext
  test/tools/llvm-cov/showProjectSummary.cpp
  test/tools/llvm-cov/showTemplateInstantiations.cpp
  tools/llvm-cov/CodeCoverage.cpp
  tools/llvm-cov/CoverageViewOptions.h
  tools/llvm-cov/SourceCoverageView.cpp
  tools/llvm-cov/SourceCoverageView.h
  tools/llvm-cov/SourceCoverageViewHTML.cpp
  tools/llvm-cov/SourceCoverageViewHTML.h
  tools/llvm-cov/SourceCoverageViewText.cpp
  tools/llvm-cov/SourceCoverageViewText.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23345.67482.patch
Type: text/x-patch
Size: 26611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160810/2f091fc3/attachment.bin>


More information about the llvm-commits mailing list