llvm-project/lldb/source/Plugins/ExpressionParser
Raphael Isemann b90f81ed82 Fix memory leaks in GoParser
Summary: The GoParser is leaking memory in the tests due to not freeing allocated nodes when encountering some parsing errors. With this patch all GoParser tests are passing with enabled memory sanitizers/ubsan.

Reviewers: labath, davide

Reviewed By: labath

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D42409

llvm-svn: 323197
2018-01-23 13:50:46 +00:00
..
Clang [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions. 2017-12-15 00:50:43 +00:00
Go Fix memory leaks in GoParser 2018-01-23 13:50:46 +00:00
CMakeLists.txt Create an expression parser for Go. 2015-11-02 19:30:40 +00:00