[PATCH] D24367: [llvm-cov] Provided easy navigation to find the previous and next report.

Ying Yi via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 16:38:38 PDT 2016


MaggieYi created this revision.
MaggieYi added a reviewer: vsk.
MaggieYi added a subscriber: llvm-commits.

This patch provided easy navigation to find the previous and next source file report. For each source file view, three hyperlinks (index, prev and next links) are given below the report create time. By clicking the index link, the coverage report will go back to index.html page. The prev/next links will go to the previous/next source report. The prev link is disabled if the source file is the first source file link in the index page. The next link is disabled if the source file is the last source file link in the index page.

https://reviews.llvm.org/D24367

Files:
  test/tools/llvm-cov/showProjectSummary.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: D24367.70763.patch
Type: text/x-patch
Size: 11640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160908/0e036395/attachment.bin>


More information about the llvm-commits mailing list