"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "68f62b58f79d5d5d36b066514aeac0c8374d1a7b"
Tighten up the asserts in SmallVector::operator[]().
If this causes any new assertion failures that I didn't catch in testing, the fix is usually to change "&v[0]" to "v.data()" for some SmallVector v. llvm-svn: 72221
Loading
Please register or sign in to comment