Fix "control reaches end of non-void function" warning. NFCI.

llvm-svn: 352192
This commit is contained in:
Simon Pilgrim 2019-01-25 11:36:51 +00:00
parent cdf58092e4
commit 1f4b979483
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@ QualType ObjCMessageExpr::getCallReturnType(ASTContext &Ctx) const {
case VK_RValue:
return QT;
}
llvm_unreachable("Unsupported ExprValueKind");
}
SourceRange ObjCMessageExpr::getReceiverRange() const {