mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
58df509fc0dc288f6859cd3b61ff980d364baf6d
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
Description
No description provided
Languages
C++
46.8%
LLVM
31.2%
C
10.7%
Assembly
7.2%
Python
1.4%
Other
2.3%