Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[llvm-cov] Prevent assertion failure in sumMCDCPairs
Since #112694, MCDCRecord::isCondFolded() has returned true for "partially folded" conditions. Besides, isConditionIndependencePairCovered() returns true if the unfolded condition is satisfied. This might break consistency (CoveredPairs <= NumPairs).
- Loading branch information