Skip to content

Commit cd3aed4

Browse files
committed
Update for parser API change in Swift
apple-llvm-split-commit: f0aa6366dab4f682964416303c9c9b026ccd6046 apple-llvm-split-dir: lldb/
1 parent 2a1c851 commit cd3aed4

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
@@ -1273,7 +1273,7 @@ ParseAndImport(SwiftASTContext *swift_ast_context, Expression &expr,
12731273
while (!done) {
12741274
// Note, we disable delayed parsing for the swift expression parser.
12751275
swift::parseIntoSourceFile(*source_file, buffer_id, &done, nullptr,
1276-
&persistent_state, nullptr,
1276+
&persistent_state,
12771277
/*DelayBodyParsing=*/false);
12781278

12791279
if (swift_ast_context->HasErrors())

0 commit comments

Comments
 (0)