[llvm] [Coverage] MCDC: Move findIndependencePairs deferred into MCDCRecord (PR #121188)
Jessica Paquette via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 5 20:50:24 PST 2025
================
@@ -221,6 +221,40 @@ Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const {
return LastPoppedValue;
}
+// Find an independence pair for each condition:
----------------
ornata wrote:
can this be a doxygen comment in CoverageMapping.h?
https://github.com/llvm/llvm-project/pull/121188
More information about the llvm-commits
mailing list