From 13cc256e404620c1de0cbcc4e43ce1e2dbbc4898 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 2 Dec 2012 13:20:44 +0000 Subject: Vendor import of clang release_32 branch r168974 (effectively, 3.2 RC2): http://llvm.org/svn/llvm-project/cfe/branches/release_32@168974 --- lib/AST/ExprClassification.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/AST/ExprClassification.cpp') diff --git a/lib/AST/ExprClassification.cpp b/lib/AST/ExprClassification.cpp index f16d70b5da1be..24ec6bb020740 100644 --- a/lib/AST/ExprClassification.cpp +++ b/lib/AST/ExprClassification.cpp @@ -134,6 +134,7 @@ static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E) { // ObjC instance variables are lvalues // FIXME: ObjC++0x might have different rules case Expr::ObjCIvarRefExprClass: + case Expr::FunctionParmPackExprClass: return Cl::CL_LValue; // C99 6.5.2.5p5 says that compound literals are lvalues. -- cgit v1.2.3