ParseTemplate.cpp: Prune obsolete descriptions in ParseSingleDeclarationAfterTemplate...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 14 Nov 2012 21:45:43 +0000 (21:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 14 Nov 2012 21:45:43 +0000 (21:45 +0000)
commit3ea400bd4ad9768300857c5c57159af318fd9b0d
tree171a576f847c3df69591e940796981748e35c001
parent9821e57c09723dd3e6efad0b2fd9eb29f78753b0
ParseTemplate.cpp: Prune obsolete descriptions in ParseSingleDeclarationAfterTemplate(), for now. [-Wdocumentation]

/// \param TemplateParams if non-NULL, the template parameter lists
/// that preceded this declaration. In this case, the declaration is a
/// template declaration, out-of-line definition of a template, or an
/// explicit template specialization. When NULL, the declaration is an
/// explicit template instantiation.
///
/// \param TemplateLoc when TemplateParams is NULL, the location of
/// the 'template' keyword that indicates that we have an explicit
/// template instantiation.

llvm-svn: 167982
clang/lib/Parse/ParseTemplate.cpp