[clang] [llvm] [MC/DC][Coverage] Loosen the limit of NumConds from 6 (PR #82448)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 22:51:24 PST 2024
================
@@ -1959,9 +2013,44 @@ struct CounterCoverageMappingBuilder
subtractCounters(ParentCount, TrueCount));
}
+ void RewindDecision(unsigned Since) {
+#ifndef NDEBUG
+ llvm::DenseSet<mcdc::ConditionID> SeenIDs;
+#endif
+ unsigned NConds = 0;
----------------
chapuni wrote:
Thanks. I haven't found it anyways. Will do.
https://github.com/llvm/llvm-project/pull/82448
More information about the llvm-commits
mailing list