summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateDeduction.cpp
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-22 08:52:37 +0000
committerJames Dennett <jdennett@google.com>2012-06-22 08:52:37 +0000
commit18348b6218e4c7a9d2e644b140d14deb9671583e (patch)
tree5a7d0f3ba0fa05fd923d2aaf3f1eabcad733eef6 /clang/lib/Sema/SemaTemplateDeduction.cpp
parentffad8b75e53ff3e2080812f01911b49637a949a0 (diff)
downloadbcm5719-llvm-18348b6218e4c7a9d2e644b140d14deb9671583e.tar.gz
bcm5719-llvm-18348b6218e4c7a9d2e644b140d14deb9671583e.zip
Diagnostics cleanup: Fixing \params to match the code.
llvm-svn: 158981
Diffstat (limited to 'clang/lib/Sema/SemaTemplateDeduction.cpp')
-rw-r--r--clang/lib/Sema/SemaTemplateDeduction.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Sema/SemaTemplateDeduction.cpp b/clang/lib/Sema/SemaTemplateDeduction.cpp
index e4dac0aa3e5..ddbb4c888f0 100644
--- a/clang/lib/Sema/SemaTemplateDeduction.cpp
+++ b/clang/lib/Sema/SemaTemplateDeduction.cpp
@@ -2965,7 +2965,7 @@ DeduceTemplateArgumentByListElement(Sema &S,
/// \param FunctionTemplate the function template for which we are performing
/// template argument deduction.
///
-/// \param ExplicitTemplateArguments the explicit template arguments provided
+/// \param ExplicitTemplateArgs the explicit template arguments provided
/// for this call.
///
/// \param Args the function call arguments
@@ -3225,7 +3225,7 @@ Sema::DeduceTemplateArguments(FunctionTemplateDecl *FunctionTemplate,
/// \param FunctionTemplate the function template for which we are performing
/// template argument deduction.
///
-/// \param ExplicitTemplateArguments the explicitly-specified template
+/// \param ExplicitTemplateArgs the explicitly-specified template
/// arguments.
///
/// \param ArgFunctionType the function type that will be used as the
@@ -3408,7 +3408,7 @@ Sema::DeduceTemplateArguments(FunctionTemplateDecl *FunctionTemplate,
/// \param FunctionTemplate the function template for which we are performing
/// template argument deduction.
///
-/// \param ExplicitTemplateArguments the explicitly-specified template
+/// \param ExplicitTemplateArgs the explicitly-specified template
/// arguments.
///
/// \param Specialization if template argument deduction was successful,
OpenPOWER on IntegriCloud