"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d9791b000718eb04a8c29589d7346ee3ef533f8d"
Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long...
Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long long)'. We were mishandling the small-string optimization calculations for very large 'characters'. This may be an ABI change (change the size of) strings of very large 'characters', but since they never worked, I'm not too concerned. llvm-svn: 324531
Loading
Please register or sign in to comment