]> granicus.if.org Git - clang/commitdiff
Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 22 Feb 2013 04:06:28 +0000 (04:06 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 22 Feb 2013 04:06:28 +0000 (04:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175859 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/Decl.cpp

index 489a65d2023643f95d36459d5394d65d482fda47..61b3be180b0d851565ad23445dbba12070575acf 100644 (file)
@@ -352,7 +352,7 @@ static bool shouldConsiderTemplateVisibility(const FunctionDecl *fn,
 /// We don't need a computation kind here because we can assume
 /// LVForValue.
 ///
-/// \return the computation to use for the parent
+/// \param[out] LV the computation to use for the parent
 static void
 mergeTemplateLV(LinkageInfo &LV, const FunctionDecl *fn,
                 const FunctionTemplateSpecializationInfo *specInfo) {