Skip to content
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

Refactor uses of objc_msgSend to no longer have clashing definitions #117910

Merged
merged 1 commit into from
Jan 22, 2024

Commits on Jan 13, 2024

  1. Refactor uses of objc_msgSend to no longer have clashing definitions

    This is very similar to what Apple's own headers encourage you to do (cast the function pointer before use instead of making new declarations).
    
    Additionally, I'm documenting a few of the memory management rules we're following, ensuring that the `args` function doesn't leak memory (if you wrap it in an autorelease pool).
    madsmtm committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    3b325bc View commit details
    Browse the repository at this point in the history