[Lldb-commits] [PATCH] D115277: [lldb] Workaround for type-like entities defined in a lexical block

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 7 17:35:55 PST 2021


jingham added a comment.

I worry this makes the case where a function has two definitions of the same type in one function a more confusing error than the "can't find type" error you would get without this patch.  Is this of sufficient urgency that we can't take the time to fix it correctly?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115277/new/

https://reviews.llvm.org/D115277



More information about the lldb-commits mailing list