summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateDeduction.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-08-23 17:58:28 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-08-23 17:58:28 +0000
commitadba9be7c5c201a7f54e173a210ab1efdd2311dd (patch)
treeea9252b1d0b886dfe0b0fbef5d59cb27f643a8e2 /clang/lib/Sema/SemaTemplateDeduction.cpp
parent7e6347402d921d3e4c867172e153134ea43d15d1 (diff)
downloadbcm5719-llvm-adba9be7c5c201a7f54e173a210ab1efdd2311dd.tar.gz
bcm5719-llvm-adba9be7c5c201a7f54e173a210ab1efdd2311dd.zip
Fix a bunch of -Wdocumentation warnings.
llvm-svn: 162452
Diffstat (limited to 'clang/lib/Sema/SemaTemplateDeduction.cpp')
-rw-r--r--clang/lib/Sema/SemaTemplateDeduction.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaTemplateDeduction.cpp b/clang/lib/Sema/SemaTemplateDeduction.cpp
index 48ad0bf8317..b8f0bca2969 100644
--- a/clang/lib/Sema/SemaTemplateDeduction.cpp
+++ b/clang/lib/Sema/SemaTemplateDeduction.cpp
@@ -2996,8 +2996,6 @@ DeduceTemplateArgumentByListElement(Sema &S,
///
/// \param Args the function call arguments
///
-/// \param NumArgs the number of arguments in Args
-///
/// \param Name the name of the function being called. This is only significant
/// when the function template is a conversion function template, in which
/// case this routine will also perform template argument deduction based on
OpenPOWER on IntegriCloud