[Lldb-commits] [PATCH] D22060: [expression evaluation] Prevent invalid function declarations ending up in clang AST

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 6 12:02:15 PDT 2016


jingham added a comment.

Shouldn't it be the job of the subsequent filtering loop to sort this out?  The debugger should be able to call functions from a given frame, even if that function is not actually visible from the current frame.  So I don't think you want to reject such functions from the candidate list.  You just want to make sure that if there IS one visible, it should override the ones that aren't visible.


http://reviews.llvm.org/D22060





More information about the lldb-commits mailing list