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 | d9bd83e0af720733e7564b125c1c9d495318b9e2 (patch) | |
tree | f7b33956e1ca3d51e66578a77f11e19b3a007c3f /lib/AST/Decl.cpp | |
parent | 637619b915888ead5576d19508644e4eb9024078 (diff) |
Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175859 91177308-0d34-0410-b5e6-96231b3b80d8
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) { |