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

analyze: mark the inputs and output of foreign, non-body-owners as fixed #965

Closed
aneksteind opened this issue Jun 16, 2023 · 0 comments · Fixed by #966
Closed

analyze: mark the inputs and output of foreign, non-body-owners as fixed #965

aneksteind opened this issue Jun 16, 2023 · 0 comments · Fixed by #966
Assignees

Comments

@aneksteind
Copy link
Contributor

Comment here

With this change, rewrite::expr on callers comes up with the right TypeDescs for the callee's args and generates the right casts.

@aneksteind aneksteind self-assigned this Jun 16, 2023
aneksteind added a commit that referenced this issue Jun 21, 2023
Fixes #965. The inputs and outputs of body-owners are already marked as
fixed, but the traversal of `all_fn_dids` does not include function
declarations in `extern` blocks
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 a pull request may close this issue.

1 participant