diff options
author | Luke Drummond <luke.drummond@codeplay.com> | 2016-09-21 11:12:50 +0000 |
---|---|---|
committer | Luke Drummond <luke.drummond@codeplay.com> | 2016-09-21 11:12:50 +0000 |
commit | 451dd080ede79a420b8f88ec367c6c1e433de2ed (patch) | |
tree | 916051958163845a4cb9340fd4c28be7cb3abe00 | |
parent | 12b633beda3b7cb09c116e796ffdc4d8351afae1 (diff) | |
download | bcm5719-llvm-451dd080ede79a420b8f88ec367c6c1e433de2ed.tar.gz bcm5719-llvm-451dd080ede79a420b8f88ec367c6c1e433de2ed.zip |
Remove an invalid doxygen `@return` docstring on a void function
`ClangASTSource::FindExternalVisibleDecls` has void return type, so the
previous docstring was misleading.
llvm-svn: 282066
-rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h index 72ee50f5220..6362f04cf48 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h @@ -331,9 +331,6 @@ protected: /// @param[in] current_id /// The ID for the current FindExternalVisibleDecls invocation, /// for logging purposes. - /// - /// @return - /// True on success; false otherwise. //------------------------------------------------------------------ void FindExternalVisibleDecls(NameSearchContext &context, lldb::ModuleSP module, |