[llvm] [clang] `llvm-cov` assertion failure when handling MC/DC that involves macros (PR #80098)
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 30 21:37:46 PST 2024
================
@@ -857,6 +857,8 @@ struct CounterCoverageMappingBuilder
unsigned getRegionBitmap(const Stmt *S) { return MCDCBitmapMap[S]; }
+ unsigned long MCDCDebugCounter;
----------------
chapuni wrote:
What is its preferable name? I guess you expects unique ID for debug for now.
https://github.com/llvm/llvm-project/pull/80098
More information about the cfe-commits
mailing list