[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
Tue Dec 8 10:43:29 PST 2015


clayborg added a comment.

BTW: I fixed DeclContextFindDeclByName to return a vector of CompilerDecl objects:

% svn commit
Sending        include/lldb/Symbol/ClangASTContext.h
Sending        include/lldb/Symbol/GoASTContext.h
Sending        include/lldb/Symbol/TypeSystem.h
Sending        source/Symbol/ClangASTContext.cpp
Sending        source/Symbol/CompilerDeclContext.cpp
Sending        source/Symbol/TypeSystem.cpp
Transmitting file data ......
Committed revision 255038.


Repository:
  rL LLVM

http://reviews.llvm.org/D15312





More information about the lldb-commits mailing list