[PATCH] D24586: [llvm-cov] Add filter and sort table functions to the index page.
Ying Yi via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 14:45:42 PDT 2016
MaggieYi created this revision.
MaggieYi added reviewers: vsk, davidxl, bogner.
MaggieYi added a subscriber: llvm-commits.
The filter and sort table functions have been added to the index page. The user could user filter input to only show the source files that the users are interested in. The user also could sort the entries of the index table by filename, function coverage, line coverage or region coverage.
https://reviews.llvm.org/D24586
Files:
test/tools/llvm-cov/showLineExecutionCounts.cpp
tools/llvm-cov/SourceCoverageViewHTML.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24586.71439.patch
Type: text/x-patch
Size: 6385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160914/4d7bca35/attachment.bin>
More information about the llvm-commits
mailing list