Skip to content

Commit a54b56e

Browse files
committed
Fix Wdocumentation unknown parameter warning
1 parent f60d101 commit a54b56e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/Parse/ParseTemplate.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,6 @@ bool Parser::ParseGreaterThanInTemplateList(SourceLocation LAngleLoc,
12331233
/// token that forms the template-id. Otherwise, we will leave the
12341234
/// last token in the stream (e.g., so that it can be replaced with an
12351235
/// annotation token).
1236-
///
1237-
/// \param NameHint is not required, and merely affects code completion.
12381236
bool Parser::ParseTemplateIdAfterTemplateName(bool ConsumeLastToken,
12391237
SourceLocation &LAngleLoc,
12401238
TemplateArgList &TemplateArgs,

0 commit comments

Comments
 (0)