diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-02-22 04:06:28 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-02-22 04:06:28 +0000 |
commit | 62eae089cacccfdcca473aa5400a88dbc1b9fe0d (patch) | |
tree | cabe4910bccb5aa12190c059ce694192ab677753 /clang/lib/AST/Decl.cpp | |
parent | 5149fbfd56f2cc85e3f7d17887ef536e666b23b7 (diff) | |
download | bcm5719-llvm-62eae089cacccfdcca473aa5400a88dbc1b9fe0d.tar.gz bcm5719-llvm-62eae089cacccfdcca473aa5400a88dbc1b9fe0d.zip |
Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation]
llvm-svn: 175859
Diffstat (limited to 'clang/lib/AST/Decl.cpp')
-rw-r--r-- | clang/lib/AST/Decl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp index 489a65d2023..61b3be180b0 100644 --- a/clang/lib/AST/Decl.cpp +++ b/clang/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) { |