forked from OSchip/llvm-project
Fix "control reaches end of non-void function" warning. NFCI.
llvm-svn: 352192
This commit is contained in:
parent
cdf58092e4
commit
1f4b979483
|
@ -315,6 +315,7 @@ QualType ObjCMessageExpr::getCallReturnType(ASTContext &Ctx) const {
|
|||
case VK_RValue:
|
||||
return QT;
|
||||
}
|
||||
llvm_unreachable("Unsupported ExprValueKind");
|
||||
}
|
||||
|
||||
SourceRange ObjCMessageExpr::getReceiverRange() const {
|
||||
|
|
Loading…
Reference in New Issue