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

2022-05-16 Thread Kristina Bessonova via Phabricator via lldb-commits
krisb abandoned this revision. krisb added a comment. Herald added a project: All. Abandon for now. Issue on gitlab: https://github.com/llvm/llvm-project/issues/54475 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115277/new/ https://reviews.llvm.or

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

2021-12-08 Thread Kristina Bessonova via Phabricator via lldb-commits
krisb added a comment. In D115277#3178248 , @jingham wrote: > 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.

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

2021-12-07 Thread Kristina Bessonova via Phabricator via lldb-commits
krisb created this revision. krisb added reviewers: jingham, aprantl, JDevlieghere. Herald added a subscriber: pengfei. krisb requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. D113741 and D113743