[PATCH] [analysis] Add test for missing -dealloc method in classes with an ivar

Jordan Rose jordan_rose at apple.com
Fri Aug 22 09:00:42 PDT 2014


Yup, this checker predates property auto-synthesis!

I'm actually not sure we //want// to have this particular check; from just the ivar, you can't tell its ownership convention. The properties are very valuable though.

Also, while you're here, make sure we don't do any of this under ARC!

http://reviews.llvm.org/D5023






More information about the cfe-commits mailing list