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 bd76300 + 68be76b commit efacf74Copy full SHA for efacf74
lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
@@ -1326,7 +1326,7 @@ static llvm::Expected<ParsedExpression> ParseAndImport(
1326
stack_frame_sp.reset();
1327
}
1328
1329
- swift::performNameBinding(*source_file);
+ swift::performImportResolution(*source_file);
1330
1331
if (swift_ast_context->HasErrors())
1332
return make_error<SwiftASTContextError>();
0 commit comments