diff options
Diffstat (limited to 'clang/lib/Parse/ParseExprCXX.cpp')
-rw-r--r-- | clang/lib/Parse/ParseExprCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseExprCXX.cpp b/clang/lib/Parse/ParseExprCXX.cpp index fff68b50fd8..bd97fcee7c5 100644 --- a/clang/lib/Parse/ParseExprCXX.cpp +++ b/clang/lib/Parse/ParseExprCXX.cpp @@ -785,7 +785,7 @@ ExprResult Parser::ParseLambdaExpressionAfterIntroducer( Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope); - StmtResult Stmt(ParseCompoundStatementBody()); + ParseCompoundStatementBody(); BodyScope.Exit(); } else { |