We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6754c1 + 86f5e92 commit d009f98Copy full SHA for d009f98
lldb/source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.cpp
@@ -997,7 +997,6 @@ static void AddNodesToBeginningFunction(
997
body->getRBraceLoc());
998
999
function->setBody(new_function_body, function->getBodyKind());
1000
- function->setHasSingleExpressionBody(false);
1001
}
1002
1003
bool SwiftASTManipulator::AddExternalVariables(
0 commit comments