diff options
Diffstat (limited to 'clang/lib/AST/ExprObjC.cpp')
-rw-r--r-- | clang/lib/AST/ExprObjC.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/ExprObjC.cpp b/clang/lib/AST/ExprObjC.cpp index 584aa8c1fbe..e9f2d1a723c 100644 --- a/clang/lib/AST/ExprObjC.cpp +++ b/clang/lib/AST/ExprObjC.cpp @@ -315,6 +315,7 @@ QualType ObjCMessageExpr::getCallReturnType(ASTContext &Ctx) const { case VK_RValue: return QT; } + llvm_unreachable("Unsupported ExprValueKind"); } SourceRange ObjCMessageExpr::getReceiverRange() const { |