Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MSAN use-after-free in SmallVectorImpl dtor (#6819)
Hit when compiled with `-fsanitize-memory-use-after-dtor`. This was fixed upstream here: llvm/llvm-project@527352b This applies the same patch.
- Loading branch information