Any of these methods can be overridden, so we always need to conservatively invoke these calls.
Details
Details
- Reviewers
ahatanak rjmccall - Commits
- rZORG5ebb49c52fad: [CodeGenObjC] invoke objc_autorelease, objc_retain when necessary
rG5ebb49c52fad: [CodeGenObjC] invoke objc_autorelease, objc_retain when necessary
rGf6c645f9fd93: [CodeGenObjC] invoke objc_autorelease, objc_retain when necessary
rL360802: [CodeGenObjC] invoke objc_autorelease, objc_retain when necessary
rC360802: [CodeGenObjC] invoke objc_autorelease, objc_retain when necessary
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
LGTM
clang/test/CodeGenObjC/convert-messages-to-runtime-calls.m | ||
---|---|---|
208 ↗ | (On Diff #199640) | Can you add tests for objc_alloc, objc_allocWithZone and objc_alloc_init too? |