[clang] Initialize SmallVector variable (PR #114434)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 11:23:14 PDT 2024


https://github.com/jhuber6 commented:

A default constructed vector should just be empty, I don't think it would cause the issue the sanitizer is seeing.

https://github.com/llvm/llvm-project/pull/114434


More information about the cfe-commits mailing list