[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
Fri Jun 27 00:49:19 PDT 2025


Michael137 wrote:

There is this comment just above the code:
```
  // Type is __tree_iterator::__node_pointer
  // (We could alternatively also get this from the template argument)
  auto node_pointer_type =
      tree_iter_sp->GetCompilerType().GetDirectNestedTypeWithName(
          "__node_pointer");
```
Will try to see if that could work

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


More information about the libcxx-commits mailing list