[PATCH] D18278: llvm-cov HTML Generation
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 13:41:24 PDT 2016
vsk updated the summary for this revision.
vsk updated this revision to Diff 62280.
vsk added a comment.
- Consolidated the format tests into two files.
- Rebase onto master. The html formatting logic is now totally separated from the main layout logic (see SourceCoverageView and CoveragePrinter). This should address @bogner's comments about having a pure-virtual rendering interface.
- Fixed the sub-line region count tooltip display. This previously didn't work at all, and was somewhat worked-around with a CSS kludge ("margin-left: -76px").
http://reviews.llvm.org/D18278
Files:
docs/CommandGuide/llvm-cov.rst
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/showTemplateInstantiations.cpp
tools/llvm-cov/CMakeLists.txt
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/CoverageViewOptions.h
tools/llvm-cov/HTMLCoverage.inc
tools/llvm-cov/SourceCoverageView.cpp
tools/llvm-cov/SourceCoverageViewHTML.cpp
tools/llvm-cov/SourceCoverageViewHTML.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18278.62280.patch
Type: text/x-patch
Size: 30141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160629/313798b3/attachment-0001.bin>
More information about the llvm-commits
mailing list