[Lldb-commits] [PATCH] D42409: Fix memory leaks in GoParser

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 23 02:07:41 PST 2018


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

It looks like all of these parsing functions would benefit from returning unique_ptr, but that's probably not something we should bother doing now that we are contemplating removing this code.


https://reviews.llvm.org/D42409





More information about the lldb-commits mailing list