[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
Mon Sep 14 12:02:01 PDT 2015
paulherman added a comment.
I think the only concern left might be the call to DeclLinkToObject in ParseVariableDIE. It doesn't have anything to do with clang but I feel like there should be a way to do this lazily.
Otherwise, I believe that the comments have been addressed.
Thank you!
http://reviews.llvm.org/D12658
More information about the lldb-commits
mailing list