gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
434 stars 118 forks source link

Fix detection of ARC-incompatible memory management methods #149

Closed rfm closed 4 years ago

rfm commented 4 years ago

check for release and autorelease as well as for retain

davidchisnall commented 4 years ago

Looks fine, please can you fix the commit message (force push to the branch to overwrite it) and add a test (add a release method that sets a flag to a class and then call objc_release on an instance of it and check that it is called).