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.
1 parent 2fda236 commit 133bd01Copy full SHA for 133bd01
llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
@@ -589,7 +589,8 @@ class MCDCDecisionRecorder {
589
private:
590
/// This holds the DecisionRegion and MCDCBranches under it.
591
/// Also traverses Expansion(s).
592
- /// The Decision has the number of MCDCBranches and
+ /// The Decision has the number of MCDCBranches and will complete
593
+ /// when it is filled with unique ConditionID of MCDCBranches.
594
struct DecisionRecord {
595
const CounterMappingRegion *DecisionRegion;
596
0 commit comments