Skip to content

Commit fbb4236

Browse files
committed
Adjust to upstream change
1 parent 6cc3d37 commit fbb4236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Parse/ParseDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ bool Parser::parseNewDeclAttribute(DeclAttributes &Attributes, SourceLoc AtLoc,
14501450
diagnose(ColonLoc, diag::attr_private_import_expected_sourcefile_name);
14511451
return false;
14521452
}
1453-
filename = getStringLiteralIfNotInterpolated(*this, Loc, Tok, "_private");
1453+
filename = getStringLiteralIfNotInterpolated(Loc, "_private");
14541454
if (!filename.hasValue()) {
14551455
diagnose(ColonLoc, diag::attr_private_import_expected_sourcefile_name);
14561456
return false;

0 commit comments

Comments
 (0)