Skip to content

Commit 878be8d

Browse files
committed
[NFC] performNameBinding -> resolveImportsAndOperators
Supports swiftlang/swift#27998
1 parent 936a331 commit 878be8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ ParseAndImport(SwiftASTContext *swift_ast_context, Expression &expr,
13601360
stack_frame_sp.reset();
13611361
}
13621362

1363-
swift::performNameBinding(*source_file);
1363+
swift::resolveImportsAndOperators(*source_file);
13641364

13651365
if (swift_ast_context->HasErrors())
13661366
return make_error<SwiftASTContextError>();

0 commit comments

Comments
 (0)