Skip to content

Commit 0b62218

Browse files
committed
Anonymize MCDCRecordProcessor
1 parent 38476b0 commit 0b62218

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/lib/ProfileData/Coverage/CoverageMapping.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const {
223223
return LastPoppedValue;
224224
}
225225

226+
namespace {
227+
226228
class MCDCRecordProcessor {
227229
/// A bitmap representing the executed test vectors for a boolean expression.
228230
/// Each index of the bitmap corresponds to a possible test vector. An index
@@ -398,6 +400,8 @@ class MCDCRecordProcessor {
398400
}
399401
};
400402

403+
} // namespace
404+
401405
Expected<MCDCRecord> CounterMappingContext::evaluateMCDCRegion(
402406
const CounterMappingRegion &Region,
403407
ArrayRef<const CounterMappingRegion *> Branches) {

0 commit comments

Comments
 (0)