forked from OSchip/llvm-project
Fix "not all control paths return a value" diagnostic; NFC
This commit is contained in:
parent
9197959e13
commit
8b68797484
|
@ -551,6 +551,7 @@ bool RecursiveASTVisitor<Derived>::TraverseConceptRequirement(
|
|||
return getDerived().TraverseConceptNestedRequirement(
|
||||
cast<concepts::NestedRequirement>(R));
|
||||
}
|
||||
llvm_unreachable("unexpected case");
|
||||
}
|
||||
|
||||
template <typename Derived>
|
||||
|
|
Loading…
Reference in New Issue