[PATCH] D36723: [llvm-cov] Hide instantiation/region coverage from summary tables
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 18:58:57 PDT 2017
vsk added a comment.
I think it makes sense to hide instantiation coverage by default. Unless you're specifically looking for unused specializations (perhaps not the common case), it can be overwhelming.
I'd prefer to keep region coverage visible by default. It requires some additional effort up-front to understand, but is the most granular metric we currently report. IMO it's a good deal more informative than line coverage.
Repository:
rL LLVM
https://reviews.llvm.org/D36723
More information about the llvm-commits
mailing list