[llvm] [ADT] Add standalone_debug attribute to SmallVectorBase (PR #82527)
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 12:17:27 PST 2024
rnk wrote:
In the case of libc++, this annotation was required because these `__hash_node` structs have constructors, but they are never called, and the struct lifetime is managed implicitly with reinterpret_cast. I don't think that's the case here.
https://github.com/llvm/llvm-project/pull/82527
More information about the llvm-commits
mailing list