Skip to content

Commit 6eedc48

Browse files
authored
Merge pull request #1951 from DougGregor/parser-api-change
apple-llvm-split-commit: 92f6648a6cef8fa1ed5c7f03f651c27363ae1468 apple-llvm-split-dir: lldb/
2 parents 045c483 + cd3aed4 commit 6eedc48

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

12781278
if (swift_ast_context->HasErrors())

0 commit comments

Comments
 (0)