Skip to content

Commit 7224b81

Browse files
committed
Update to use the exported-source-file request
1 parent 17f5a6e commit 7224b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Parse/Parser.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ class Parser {
13511351
if (!Context.LangOpts.hasFeature(Feature::ASTGenTypes))
13521352
return nullptr;
13531353

1354-
auto exportedSourceFile = SF.exportedSourceFile;
1354+
auto exportedSourceFile = SF.getExportedSourceFile();
13551355
if (!exportedSourceFile)
13561356
return nullptr;
13571357

0 commit comments

Comments
 (0)