Skip to content

Commit 5d5eca9

Browse files
committed
[NFC] Fix AllowFeatureSuppressionAttr atLoc
1 parent ab0473b commit 5d5eca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Parse/ParseDecl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2155,7 +2155,7 @@ Parser::parseAllowFeatureSuppressionAttribute(bool inverted, SourceLoc atLoc,
21552155

21562156
auto range = SourceRange(loc, parensRange.End);
21572157
return makeParserResult(AllowFeatureSuppressionAttr::create(
2158-
Context, loc, range, /*implicit*/ false, /*inverted*/ inverted,
2158+
Context, atLoc, range, /*implicit*/ false, /*inverted*/ inverted,
21592159
features));
21602160
}
21612161

0 commit comments

Comments
 (0)