[llvm] [Coverage] Rework Decision/Expansion/Branch (PR #78969)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 27 21:12:43 PST 2024
================
@@ -582,6 +583,177 @@ static unsigned getMaxBitmapSize(const CounterMappingContext &Ctx,
return MaxBitmapID + (SizeInBits / CHAR_BIT);
}
+namespace {
+
+/// Collect Decisions, Branchs, and Expansions and associate them.
+class MCDCDecisionRecorder {
+
----------------
MaskRay wrote:
delete blank line
https://github.com/llvm/llvm-project/pull/78969
More information about the llvm-commits
mailing list