llvm-project/lldb/source/Plugins/ExpressionParser/Go
Pavel Labath 34cda14b09 Remove append parameter to FindGlobalVariables
Summary:
As discussed in https://bugs.llvm.org/show_bug.cgi?id=37317,
FindGlobalVariables does not properly handle the case where
append=false.  As this doesn't seem to be used in the tree, this patch
removes the parameter entirely.

Reviewers: clayborg, jingham, labath

Reviewed By: clayborg

Subscribers: aprantl, lldb-commits, kubamracek, JDevlieghere

Differential Revision: https://reviews.llvm.org/D46885
Patch by Tom Tromey <ttromey@mozilla.com>.

llvm-svn: 333639
2018-05-31 09:46:26 +00:00
..
CMakeLists.txt [CMake] [1/4] Update a batch of plugins 2017-01-31 22:21:19 +00:00
GoAST.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GoLexer.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GoLexer.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GoParser.cpp Fix memory leaks in GoParser 2018-01-23 13:50:46 +00:00
GoParser.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
GoUserExpression.cpp Remove append parameter to FindGlobalVariables 2018-05-31 09:46:26 +00:00
GoUserExpression.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
gen_go_ast.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00