From: Chris Lattner Date: Sat, 21 Jul 2007 04:57:45 +0000 (+0000) Subject: fix a warning on some compilers X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eddbe03075e86c042bed71cdf81a63e7fcda11dd;p=clang fix a warning on some compilers git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40139 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Sema/SemaExpr.cpp b/Sema/SemaExpr.cpp index fc4bc865cc..7ba795f47e 100644 --- a/Sema/SemaExpr.cpp +++ b/Sema/SemaExpr.cpp @@ -80,6 +80,7 @@ Sema::ExprResult Sema::ParseIdentifierExpr(Scope *S, SourceLocation Loc, return Diag(Loc, diag::err_unexpected_typedef, II.getName()); assert(0 && "Invalid decl"); + abort(); } Sema::ExprResult Sema::ParseSimplePrimaryExpr(SourceLocation Loc,