Fix MSVC 'not all control paths return a value' warning. NFC.

This commit is contained in:
Simon Pilgrim 2022-01-26 11:33:08 +00:00
parent 4723f3cf03
commit 04754af925

View File

@ -205,6 +205,7 @@ static bool treatLikePointer(QualType Ty, PLTClass C, ASTContext &Context) {
case PLTClass::Pointer:
return isKnownPointerLikeType(Ty, Context);
}
llvm_unreachable("Unknown PLTClass enum");
}
// FIXME: move over the other `maybe` functionality from Stencil. Should all be