]> granicus.if.org Git - clang/commitdiff
SemaTemplateDeduction.cpp: Prune two stray \param(s), TPOC and NumCallArguments in...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 11 Sep 2013 09:41:51 +0000 (09:41 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 11 Sep 2013 09:41:51 +0000 (09:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190501 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplateDeduction.cpp

index bc4f3ad83a38c456c007807f97cb13cf7fdb7f92..1d52709341ec07a9157cb17230bcbaa346a5221f 100644 (file)
@@ -4289,12 +4289,6 @@ static bool isSameTemplate(TemplateDecl *T1, TemplateDecl *T2) {
 /// \param SpecEnd the end iterator of the function template
 /// specializations, paired with \p SpecBegin.
 ///
-/// \param TPOC the partial ordering context to use to compare the function
-/// template specializations.
-///
-/// \param NumCallArguments The number of arguments in a call, used only
-/// when \c TPOC is \c TPOC_Call.
-///
 /// \param Loc the location where the ambiguity or no-specializations
 /// diagnostic should occur.
 ///