]> granicus.if.org Git - clang/commitdiff
Prune unused \param(s) of clang::Parser::ParseTemplateIdAfterTemplateName() in r30273...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 May 2017 02:43:47 +0000 (02:43 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 May 2017 02:43:47 +0000 (02:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302758 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseTemplate.cpp

index f70121d0ebdc9364bf955a9f4cd8631c83a4f623..6a81e14ed496692f34e03d629ee6f86a37772dea 100644 (file)
@@ -886,13 +886,6 @@ bool Parser::ParseGreaterThanInTemplateList(SourceLocation &RAngleLoc,
 /// list ('<' template-parameter-list [opt] '>') and placing the
 /// results into a form that can be transferred to semantic analysis.
 ///
-/// \param Template the template declaration produced by isTemplateName
-///
-/// \param TemplateNameLoc the source location of the template name
-///
-/// \param SS if non-NULL, the nested-name-specifier preceding the
-/// template name.
-///
 /// \param ConsumeLastToken if true, then we will consume the last
 /// token that forms the template-id. Otherwise, we will leave the
 /// last token in the stream (e.g., so that it can be replaced with an