-
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] Only do autofixes for Mixed Self weakSelf when the lo…
…cation of self doesn't come from a macro expansion. Summary: When the code comes from a macro expansion we can't tell what the syntactical line and column is precisely, so we avoid computing autofixes in that case. Reviewed By: geralt-encore Differential Revision: D64325410 fbshipit-source-id: 1b7f4cc407ce176beb62372d1cdba2190ec75ee3
- Loading branch information
1 parent
ed0951c
commit 513460b
Showing
3 changed files
with
12 additions
and
5 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