Remove an invalid doxygen `@return` docstring on a void function
authorLuke Drummond <luke.drummond@codeplay.com>
Wed, 21 Sep 2016 11:12:50 +0000 (11:12 +0000)
committerLuke Drummond <luke.drummond@codeplay.com>
Wed, 21 Sep 2016 11:12:50 +0000 (11:12 +0000)
commit451dd080ede79a420b8f88ec367c6c1e433de2ed
tree916051958163845a4cb9340fd4c28be7cb3abe00
parent12b633beda3b7cb09c116e796ffdc4d8351afae1
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
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h