]> granicus.if.org Git - clang/commitdiff
Wdocumentation fix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 26 Dec 2016 18:11:49 +0000 (18:11 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 26 Dec 2016 18:11:49 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290547 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplateDeduction.cpp

index 73772a5910935ce95422ac4a9fe74103f6c05c7d..ae9f102df236e1290d0c4508f1bfa499f7c64439 100644 (file)
@@ -2196,7 +2196,7 @@ ConvertDeducedTemplateArgument(Sema &S, NamedDecl *Param,
         Sema::InstantiatingTemplate Inst(S, Template->getLocation(), Template,
                                          NTTP, Output,
                                          Template->getSourceRange());
-        if (Inst.isInvalid() || 
+        if (Inst.isInvalid() ||
             S.SubstType(NTTP->getType(), Args, NTTP->getLocation(),
                         NTTP->getDeclName()).isNull())
           return true;
@@ -4572,7 +4572,7 @@ UnresolvedSetIterator Sema::getMostSpecialized(
 /// Determine whether one partial specialization, P1, is at least as
 /// specialized than another, P2.
 ///
-/// \param PartialSpecializationDecl The kind of P2, which must be a
+/// \tparam PartialSpecializationDecl The kind of P2, which must be a
 /// {Class,Var}TemplatePartialSpecializationDecl.
 /// \param T1 The injected-class-name of P1 (faked for a variable template).
 /// \param T2 The injected-class-name of P2 (faked for a variable template).