diff options
Diffstat (limited to 'lib/AST/Decl.cpp')
-rw-r--r-- | lib/AST/Decl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |