[clang] fix-149477-- Emit correct closure members for lambdas in CreateLimitedType (PR #149674)

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 21 04:58:39 PDT 2025


https://github.com/Michael137 commented:

Thanks for trying to fix that LLDB issue. Could you elaborate on what you think the root cause is and how this fixes it? Not saying it's impossible, but I'm a bit surprised that debug-info is involved in this crash at all since we're supposedly getting the decls from the `std` module.

Also, this patch fails to build for me locally. And when I fix that build failure the crash still reproduces.

https://github.com/llvm/llvm-project/pull/149674


More information about the cfe-commits mailing list