"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "020e1fc7332618a65ee5dd67099576a81353fb1c"
ADT: Add assertions to SmallVector::insert, etc., for reference invalidation
2c196bbc asserted that `SmallVector::push_back` doesn't invalidate the parameter when it needs to grow. Do the same for `resize`, `append`, `assign`, `insert`, and `emplace_back`. Differential Revision: https://reviews.llvm.org/D91744
Loading
Please register or sign in to comment