-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[self-in-block] Do not report on instance method calls
Summary: We want to stop reporting when strongSelf is the receiver of instance method calls because that's not a crash. Previously we were checking the virtual call flags but that was not enough for checking getters and setters of properties, so we are now also checking the instance property of the callee method. Reviewed By: ngorogiannis Differential Revision: D66101550 fbshipit-source-id: f11e248845ef698a95695a73140dc36608fbc919
- Loading branch information
1 parent
165b77b
commit 1f14ab9
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters