You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
260 B
5 lines
260 B
5 years ago
|
This check fires when a pointer to an Obj-C object is tagged with an `assign`
|
||
|
property (similar to the `-Warc-unsafe-retained-assign` compiler flag). Not
|
||
|
holding a strong reference to the object makes it easy to accidentally create
|
||
|
and use a dangling pointer.
|