From 15b1a7be1ef56894e28787af60fc725af7554953 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Mon, 17 Oct 2011 20:46:28 +0000 Subject: Add missing case to switch. llvm-svn: 142246 --- clang/lib/Sema/SemaExpr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Sema/SemaExpr.cpp') diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp index 6376f1f2d90..346228f6b7b 100644 --- a/clang/lib/Sema/SemaExpr.cpp +++ b/clang/lib/Sema/SemaExpr.cpp @@ -10108,6 +10108,7 @@ ExprResult Sema::CheckPlaceholderExpr(Expr *E) { case BuiltinType::Long: case BuiltinType::LongLong: case BuiltinType::Int128: + case BuiltinType::Half: case BuiltinType::Float: case BuiltinType::Double: case BuiltinType::LongDouble: -- cgit v1.2.3