Skip to content

🍒/5.7/59679eeef2d471dc0c2bccb966aac5eae9195802+833882b32701ce3713c9dd9afdedf1126db691f0 #4202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

JDevlieghere
Copy link

  • Use true/false instead of 1/0 (NFC)
  • Adapt the ObjC stepping algorithm to deal with "selector-stubs" in clang.

kazutakahirata and others added 2 commits April 8, 2022 17:57
Identified by modernize-use-bool-literals.

(cherry picked from commit 8afcfbf)
(cherry picked from commit 59679eeef2d471dc0c2bccb966aac5eae9195802)
…ang.

Clang is adding a feature to ObjC code generation, where instead of calling
objc_msgSend directly with an object & selector, it generates a stub that
gets passed only the object and the stub figures out the selector.

This patch adds support for following that dispatch method into the implementation
function.

(cherry picked from commit 833882b)
@JDevlieghere
Copy link
Author

@swift-ci please test

@JDevlieghere JDevlieghere merged commit 284540d into swift/release/5.7 Apr 10, 2022
@JDevlieghere JDevlieghere deleted the 🍒/5.7/59679eeef2d471dc0c2bccb966aac5eae9195802+833882b32701ce3713c9dd9afdedf1126db691f0 branch April 10, 2022 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants