]> granicus.if.org Git - clang/commit
SemaTemplateDeduction.cpp: Prune two obsolete descriptions. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 14 Nov 2012 02:21:48 +0000 (02:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 14 Nov 2012 02:21:48 +0000 (02:21 +0000)
commit49193c7b0a2deb0f4d1f7e8a44f46bd278f523d6
treefa9c3cddd9595417b33b185873d550d6ed0fd0de
parent384d3fc80ffb24060480476b62744dc7412929ed
SemaTemplateDeduction.cpp: Prune two obsolete descriptions. [-Wdocumentation]

* getMostSpecialized()

/// \param Index if non-NULL and the result of this function is non-nULL,
/// receives the index corresponding to the resulting function template
/// specialization.

* DeduceTemplateArguments()

/// \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
/// the function to which

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167909 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp