"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "762195bd01abfd14476f984fbe730a944c4bcd86"
When binding a reference to an Automatic Reference Counting temporary,
retain/release the temporary object appropriately. Previously, we would only perform the retain/release operations when the reference would extend the lifetime of the temporary, but this does the wrong thing across calls. llvm-svn: 133620
Loading
Please register or sign in to comment