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) {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to