[PATCH] D84050: [YAMLIO] Support non-null-terminated inputs

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 12:39:36 PST 2020


scott.linder added a comment.

I also added calls to `vector::shrink_to_fit` to maybe make it slightly more likely for a sanitizer without c++ STL annotations to catch out-of-bounds accesses, but if this is just noise I'm happy to remove them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84050/new/

https://reviews.llvm.org/D84050



More information about the llvm-commits mailing list