Skip to content

Commit d009f98

Browse files
authored
Merge pull request #8051 from hamishknight/sema-expr-return
[lldb] Adjust for removal of `setHasSingleExpressionBody`
2 parents b6754c1 + 86f5e92 commit d009f98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,6 @@ static void AddNodesToBeginningFunction(
997997
body->getRBraceLoc());
998998

999999
function->setBody(new_function_body, function->getBodyKind());
1000-
function->setHasSingleExpressionBody(false);
10011000
}
10021001

10031002
bool SwiftASTManipulator::AddExternalVariables(

0 commit comments

Comments
 (0)