"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "2f983fcce3d43edbcb8cfe6780a2aae46e15f474"
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