r175859 - Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Thu Feb 21 20:06:28 PST 2013


Author: chapuni
Date: Thu Feb 21 22:06:28 2013
New Revision: 175859

URL: http://llvm.org/viewvc/llvm-project?rev=175859&view=rev
Log:
Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation]

Modified:
    cfe/trunk/lib/AST/Decl.cpp

Modified: cfe/trunk/lib/AST/Decl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/Decl.cpp?rev=175859&r1=175858&r2=175859&view=diff
==============================================================================
--- cfe/trunk/lib/AST/Decl.cpp (original)
+++ cfe/trunk/lib/AST/Decl.cpp Thu Feb 21 22:06:28 2013
@@ -352,7 +352,7 @@ static bool shouldConsiderTemplateVisibi
 /// 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) {





More information about the cfe-commits mailing list