Skip to content

Commit 425d560

Browse files
committed
Update comment to add full-stop
1 parent ca3d970 commit 425d560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Parse/ParseDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8122,7 +8122,7 @@ void Parser::ParseParameterDeclarationClause(
81228122
if (getLangOpts().CPlusPlus26) {
81238123
// C++26 [dcl.dcl.fct]p3:
81248124
// A parameter-declaration-clause of the form
8125-
// parameter-list '...' is deprecated
8125+
// parameter-list '...' is deprecated.
81268126
Diag(EllipsisLoc, diag::warn_deprecated_missing_comma_before_ellipsis)
81278127
<< FixItHint::CreateInsertion(EllipsisLoc, ", ");
81288128
}

0 commit comments

Comments
 (0)