Skip to content

Commit b4d545f

Browse files
committed
[NFC] Fix AllowFeatureSuppressionAttr atLoc
1 parent d8349e7 commit b4d545f

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

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

0 commit comments

Comments
 (0)