[PATCH] D23277: Improves the HTML report for the source file.

Ying Yi via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 11:38:17 PDT 2016


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

The patch includes:

1) Swapped the line and count columns.
2) Added the HTML output support to provide a project title.
3) Added the "Goto first zero count" feature.

https://reviews.llvm.org/D23277

Files:
  test/tools/llvm-cov/Inputs/noZeroExecutionLine.covmapping
  test/tools/llvm-cov/Inputs/noZeroExecutionLine.proftext
  test/tools/llvm-cov/Inputs/showProjectSummary.covmapping
  test/tools/llvm-cov/Inputs/showProjectSummary.proftext
  test/tools/llvm-cov/binary-formats.c
  test/tools/llvm-cov/combine_expansions.cpp
  test/tools/llvm-cov/noZeroExecutionLine.cpp
  test/tools/llvm-cov/prefer_used_to_unused.h
  test/tools/llvm-cov/showLineExecutionCounts.cpp
  test/tools/llvm-cov/showProjectSummary.cpp
  test/tools/llvm-cov/showTemplateInstantiations.cpp
  test/tools/llvm-cov/universal-binary.c
  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: D23277.67208.patch
Type: text/x-patch
Size: 60051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160808/fa53a1f5/attachment.bin>


More information about the llvm-commits mailing list