Fix "not all control paths return a value" diagnostic; NFC

This commit is contained in:
Aaron Ballman 2022-04-28 12:57:07 -04:00
parent 9197959e13
commit 8b68797484
1 changed files with 1 additions and 0 deletions

View File

@ -551,6 +551,7 @@ bool RecursiveASTVisitor<Derived>::TraverseConceptRequirement(
return getDerived().TraverseConceptNestedRequirement(
cast<concepts::NestedRequirement>(R));
}
llvm_unreachable("unexpected case");
}
template <typename Derived>