Skip to content

Commit 4956d88

Browse files
committed
[NFC] Fix AllowFeatureSuppressionAttr atLoc
1 parent 96dc89f commit 4956d88

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

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

0 commit comments

Comments
 (0)