Skip to content

Commit 9562b73

Browse files
committed
[NFC] Fix AllowFeatureSuppressionAttr atLoc
1 parent 1d203e6 commit 9562b73

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
@@ -2188,7 +2188,7 @@ Parser::parseAllowFeatureSuppressionAttribute(bool inverted, SourceLoc atLoc,
21882188

21892189
auto range = SourceRange(loc, parensRange.End);
21902190
return makeParserResult(AllowFeatureSuppressionAttr::create(
2191-
Context, loc, range, /*implicit*/ false, /*inverted*/ inverted,
2191+
Context, atLoc, range, /*implicit*/ false, /*inverted*/ inverted,
21922192
features));
21932193
}
21942194

0 commit comments

Comments
 (0)