[libcxx-commits] [libcxx] [libcxx] adds a size-based representation for `vector`'s unstable ABI (PR #155330)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 6 07:08:12 PST 2026
https://github.com/ldionne commented:
Thanks for all the work on this PR! I think this is really going into the right direction.
I have a few suggestions for extracting stuff out of this PR that would allow us to focus on the last remaining "points of contention", the most important of which is IMO about expressions whose type may be either a size or a pointer, leading to difficult to understand code (I left comments explaining what I mean).
https://github.com/llvm/llvm-project/pull/155330
More information about the libcxx-commits
mailing list