]> granicus.if.org Git - llvm/commit
[llvm-cov] Rearrange entries in report index.
authorEli Friedman <efriedma@codeaurora.org>
Wed, 9 Aug 2017 20:43:31 +0000 (20:43 +0000)
committerEli Friedman <efriedma@codeaurora.org>
Wed, 9 Aug 2017 20:43:31 +0000 (20:43 +0000)
commit9bcc2d450fa87221489fa89dfe1ba47fd0412f4d
treed09446eec77a54dd9d9d7a4504aa4f2152d02400
parent2c350aa3d38481120efa0f609ca3749479d46b4c
[llvm-cov] Rearrange entries in report index.

Files which don't contain any functions are likely useless; don't
include them in the main table. Put the links at the bottom of the
page, in case someone wants to figure out coverage for code inside
a macro.

Not sure if this is the best solution, but it seems like an
improvement.

Differential Revision: https://reviews.llvm.org/D36298

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310518 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/zeroFunctionFile.c
tools/llvm-cov/CoverageReport.cpp
tools/llvm-cov/SourceCoverageViewHTML.cpp
tools/llvm-cov/SourceCoverageViewHTML.h