[PATCH] D36298: [llvm-cov] Rearrange entries in HTML report index.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 18:35:14 PDT 2017


efriedma created this revision.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D36298

Files:
  test/tools/llvm-cov/zeroFunctionFile.c
  tools/llvm-cov/SourceCoverageViewHTML.cpp
  tools/llvm-cov/SourceCoverageViewHTML.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36298.109673.patch
Type: text/x-patch
Size: 4599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170804/96ada046/attachment.bin>


More information about the llvm-commits mailing list