We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const&
1 parent 89b08c8 commit 71648a4Copy full SHA for 71648a4
llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
@@ -461,7 +461,7 @@ struct MCDCRecord {
461
Folded(std::move(Folded)), PosToID(std::move(PosToID)),
462
CondLoc(std::move(CondLoc)){};
463
464
- CounterMappingRegion getDecisionRegion() const { return Region; }
+ const CounterMappingRegion &getDecisionRegion() const { return Region; }
465
unsigned getNumConditions() const {
466
return Region.getDecisionParams().NumConditions;
467
}
0 commit comments