aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Parse/ParseTemplate.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-05-11 02:43:47 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-05-11 02:43:47 +0000
commitef40cde1da67121e5262b905cbb9a5564c379bdd (patch)
treed72850ae35d404cf3eb44dda254c49233cb506b8 /clang/lib/Parse/ParseTemplate.cpp
parent26b3eec258cbf9743e9b593040c3d2761b01924e (diff)
downloadllvm-ef40cde1da67121e5262b905cbb9a5564c379bdd.zip
llvm-ef40cde1da67121e5262b905cbb9a5564c379bdd.tar.gz
llvm-ef40cde1da67121e5262b905cbb9a5564c379bdd.tar.bz2
Prune unused \param(s) of clang::Parser::ParseTemplateIdAfterTemplateName() in r302737. [-Wdocumentation]
llvm-svn: 302758
Diffstat (limited to 'clang/lib/Parse/ParseTemplate.cpp')
-rw-r--r--clang/lib/Parse/ParseTemplate.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/lib/Parse/ParseTemplate.cpp b/clang/lib/Parse/ParseTemplate.cpp
index f70121d..6a81e14 100644
--- a/clang/lib/Parse/ParseTemplate.cpp
+++ b/clang/lib/Parse/ParseTemplate.cpp
@@ -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