forked from OSchip/llvm-project
Fix MSVC 'not all control paths return a value' warning.
llvm-svn: 298712
This commit is contained in:
parent
d4521c2fc2
commit
dfbf049e7f
|
@ -235,6 +235,7 @@ static bool shouldReportOccurrenceForSystemDeclOnlyMode(
|
|||
case SymbolRole::RelationContainedBy:
|
||||
return true;
|
||||
}
|
||||
llvm_unreachable("Unsupported SymbolRole value!");
|
||||
});
|
||||
return accept;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue