Skip to content

Commit 95d28ae

Browse files
author
git apple-llvm automerger
committed
Merge commit '537c37e2d91b' from swift/release/6.0 into stable/20230725
2 parents 25481a5 + 537c37e commit 95d28ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,10 +1754,11 @@ SwiftExpressionParser::Parse(DiagnosticManager &diagnostic_manager,
17541754
LLDB_LOG(log, "\n{0}\n\n{1}\n", msg, s);
17551755
};
17561756

1757+
swift::bindExtensions(parsed_expr->module);
1758+
17571759
if (log)
17581760
dumpModule("Module before type checking:");
17591761

1760-
swift::bindExtensions(parsed_expr->module);
17611762
swift::performTypeChecking(parsed_expr->source_file);
17621763

17631764
if (log)

0 commit comments

Comments
 (0)