[libcxx-commits] [libcxx] [libc++] Put [[gnu::nodebug]] on all internal aliases (PR #118710)
David Blaikie via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 5 11:34:21 PST 2024
dwblaikie wrote:
I'd also encourage applying this to all the non-internal `type` aliases in type traits. We added a lot of these to upstream libcxx after looking at the DWARF size cost when Google was migrating to libcxx, but it doesn't seem to have been applied entirely consistently. 82 `using type` have NODEBUG out of a total of 435 instances of `using type`.
https://github.com/llvm/llvm-project/pull/118710
More information about the libcxx-commits
mailing list