diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-11-13 14:40:28 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-11-13 14:40:55 -0800 |
commit | 8df482e51c5508203af348589391c776ba8112f8 (patch) | |
tree | 0832349ec7660cbd51c63707165a1a492bc58a79 /lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h | |
parent | 9072f0103b3d54a0db76c881edce03fbe7cb973c (diff) | |
download | bcm5719-llvm-8df482e51c5508203af348589391c776ba8112f8.tar.gz bcm5719-llvm-8df482e51c5508203af348589391c776ba8112f8.zip |
[LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParser
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h')
-rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h index abfd4e52ef6..150a913152d 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h @@ -101,9 +101,6 @@ public: /// An execution context scope that gets us at least a target and /// process. /// - /// \param[in] ast_context - /// The AST context to evaluate argument types in. - /// /// \param[in] return_type /// A compiler type for the function result. Should be /// defined in ast_context. |