[libcxx-commits] [libcxxabi] [llvm] [ItaniumDemangle] Strip __alloc_token_ to transparently demangle allocation functions (PR #191048)
Fangrui Song via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 9 09:45:58 PDT 2026
MaskRay wrote:
This needs review from regular @reviewers-libcxxabi folks. Have you considered `.alloc_token` suffix instead?
```
% echo '_Znwm.xxx' | c++filt
operator new(unsigned long) [clone .xxx]
```
https://github.com/llvm/llvm-project/pull/191048
More information about the libcxx-commits
mailing list