[libcxx-commits] [libcxx] [libc++] Remove a bunch of unnecessary type indirections from __tree (PR #145295)
Michael Buch via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 26 09:48:00 PDT 2025
Michael137 wrote:
Looks like this `__node_pointer` retrieval here is failing:
```
441 auto node_pointer_type =
442 tree_iter_sp->GetCompilerType().GetDirectNestedTypeWithName(
443 "__node_pointer");
-> 444 if (!node_pointer_type.IsValid())
445 return lldb::ChildCacheState::eRefetch;
446
```
https://github.com/llvm/llvm-project/pull/145295
More information about the libcxx-commits
mailing list