[PATCH] D84988: [Coverage] Add empty line regions to SkippedRegions
Vedant Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 14 11:29:45 PDT 2020
vsk added inline comments.
================
Comment at: clang/lib/CodeGen/CoverageMappingGen.cpp:38
+ "disable it on test)"),
+ llvm::cl::init(true));
+
----------------
We might consider marking this as cl::Hidden.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84988/new/
https://reviews.llvm.org/D84988
More information about the cfe-commits
mailing list