Skip to content

[PseudoObjC] Improve how [super ...] calls are displayed #6903

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

bdash
Copy link
Contributor

@bdash bdash commented May 30, 2025

  1. Skip displaying the declaration and initialization of the objc_super struct since that's an artifact of how objc_msgSendSuper is called.
  2. Display the message receiver as super rather than &super

@bdash bdash force-pushed the pseudo-objc-super branch from 9ee047c to d53e0e0 Compare June 5, 2025 22:21
1. Skip displaying the declaration and initialization of the objc_super
   struct since that's an artifact of how objc_msgSendSuper is called.

2. Display the message receiver as `super` rather than `&super`
@bdash bdash force-pushed the pseudo-objc-super branch from d53e0e0 to 86af956 Compare June 10, 2025 06:34
@plafosse plafosse added this to the Helion milestone Jun 10, 2025
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