[Lldb-commits] [PATCH] D32100: [Expression parser] Return both types and variables

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 19 17:12:20 PDT 2017


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

This looks okay on the lldb side. Thanks for adding the test cases.  I do worry that we're going to end up looking too far afield for types when the local variable.  But we can make it correct first and see what we can do about performance if that becomes an issue.


https://reviews.llvm.org/D32100





More information about the lldb-commits mailing list