From: Ben Langmuir Date: Mon, 29 Apr 2013 13:07:42 +0000 (+0000) Subject: Test commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0152d4e8a602c71ca403172ba0fd025a0b353ca;p=clang Test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180709 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaStmt.cpp b/lib/Sema/SemaStmt.cpp index c9408e23b0..7286d166ca 100644 --- a/lib/Sema/SemaStmt.cpp +++ b/lib/Sema/SemaStmt.cpp @@ -368,7 +368,7 @@ Sema::ActOnCaseStmt(SourceLocation CaseLoc, Expr *LHSVal, // Recover from an error by just forgetting about it. } } - + LHSVal = ActOnFinishFullExpr(LHSVal, LHSVal->getExprLoc(), false, getLangOpts().CPlusPlus11).take(); if (RHSVal)