[all-commits] [llvm/llvm-project] d163ab: [libc++] Remove a bunch of unnecessary type indire...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Fri Jun 27 01:11:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d163ab3323495560eb0255ac807da2bf24d3c629
https://github.com/llvm/llvm-project/commit/d163ab3323495560eb0255ac807da2bf24d3c629
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M libcxx/include/__tree
Log Message:
-----------
[libc++] Remove a bunch of unnecessary type indirections from __tree (#145295)
Most of the diff is replacing `__parent_pointer` with
`__end_node_pointer`. The most interesting diff is that the pointer
aliases are now defined directly inside `__tree` instead of a separate
traits class.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list