diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-11-13 11:35:53 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-11-13 12:28:10 -0800 |
commit | ad882774fe4ee9b37ffcf35d86303c265bbc585a (patch) | |
tree | 63f44985fbccbce2958a1c41b9b597c050bd2c2b /lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h | |
parent | 3dfe4cf982d52603d2edfdede7b47735bd5f0f59 (diff) | |
download | bcm5719-llvm-ad882774fe4ee9b37ffcf35d86303c265bbc585a.tar.gz bcm5719-llvm-ad882774fe4ee9b37ffcf35d86303c265bbc585a.zip |
[LLDB] Fix a bunch of -Wdocumentation warnings
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h')
-rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h index 45bd1f410a6..abfd4e52ef6 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h @@ -104,8 +104,8 @@ public: /// \param[in] ast_context /// The AST context to evaluate argument types in. /// - /// \param[in] return_qualtype - /// An opaque Clang QualType for the function result. Should be + /// \param[in] return_type + /// A compiler type for the function result. Should be /// defined in ast_context. /// /// \param[in] function_address |