>>! In D5023#6, @jordan_rose wrote: > 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.
This false positive is filed as [[ rdar://problem/6074390 | radar 6074390 ]]. > Also, while you're here, make sure we don't do any of this under ARC! Will do. I guess I need to change the test file to include multiple "RUN" commands like this one: test/SemaObjC/warn-missing-super.m http://reviews.llvm.org/D5023 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
