[Lldb-commits] [PATCH] D12658: Search variables based on clang::DeclContext and clang::Decl tree

Paul Herman via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 22:03:50 PDT 2015


paulherman added a comment.

Please also look at http://reviews.llvm.org/D12897

It fixes the imported decls and some bugs that I have missed (evaluating Fun::fun_var reports an error in TestCppNsImport). Unfortunately I don't think there is a way to report ambiguity without for "imported" without breaking "::imported" (details in the diff above).


http://reviews.llvm.org/D12658





More information about the lldb-commits mailing list