[Lldb-commits] [PATCH] D15312: Fix scope-based lookup when more than one function is found.

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 9 13:36:11 PST 2015


clayborg added a comment.

Above I meant to say I don't understand what the "else if (find_name)" does. I understand the rest of it. So in the "else if (find_name)" we are looking for any decl, regardless of wether it matches "opaque_find_decl_ctx" as long as the name and type are correct? Again if I understand it correctly, these should be two different searches. One for find the depth of this within this decl context, and the other being find all decls by name within an decl context (which we already have), and then check to see if those decls match in kind and type.


Repository:
  rL LLVM

http://reviews.llvm.org/D15312





More information about the lldb-commits mailing list