From d9bd83e0af720733e7564b125c1c9d495318b9e2 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 22 Feb 2013 04:06:28 +0000 Subject: [PATCH] Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175859 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/Decl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AST/Decl.cpp b/lib/AST/Decl.cpp index 489a65d202..61b3be180b 100644 --- a/lib/AST/Decl.cpp +++ b/lib/AST/Decl.cpp @@ -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) { -- 2.40.0