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

Fix memory management in header-translator #339

Merged
merged 9 commits into from
Jan 14, 2023
Merged

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    c92cbfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d008ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81d564e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01cda3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb2f882 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a9a0e9 View commit details
    Browse the repository at this point in the history
  7. objc_returns_inner_pointer does not change the calling convention

    It is only a hint for clang to do basic liveness analysis.
    madsmtm committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    fc92fea View commit details
    Browse the repository at this point in the history
  8. Remove CFBridgingRetain since it uses CF_RETURNS_RETAINED

    Which we can't handle just yet
    madsmtm committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    245c6f8 View commit details
    Browse the repository at this point in the history
  9. Appease clippy

    madsmtm committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    819c18e View commit details
    Browse the repository at this point in the history