This resolves retain count checker false positives that are caused by inlining 
ObjC and other methods. Essentially, if we are passing an object to a method 
with "delegate" in the selector or a function pointer as another argument, we 
should stop tracking the other parameters/return value as far as the retain 
count checker is concerned.

Submitting as a patch per Jordan's request.

Anna.

Attachment: Retain_Count_Stop_Tracking_Even_If_Inlined.diff
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to