[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)
commitc0c182cce1565213a4b0b0a7284538fbcf8b5955
tree758f6d6294057b08fe1a87f9b73402b4df9aa4be
parent14a22a442d8aa6bee8c828872b82b7dd722dc7b8
[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

llvm-svn: 310518
llvm/test/tools/llvm-cov/zeroFunctionFile.c
llvm/tools/llvm-cov/CoverageReport.cpp
llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
llvm/tools/llvm-cov/SourceCoverageViewHTML.h