Skip to content

Fix various resolved types of const pointers #2265

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

Closed
wants to merge 5 commits into from

Conversation

FnControlOption
Copy link
Contributor

Notable addition: resolveMutability is similar to resolveTypeOfNodeUncached but returns .@"var", .@"const", or null, depending on whether the given AST node refers to a known variable/constant. (I went with an enum instead of a boolean for readability's sake, but I have no strong preference for one or the other.)

@FnControlOption
Copy link
Contributor Author

Will close this PR once all commits have been ported to the new design in #2271

@FnControlOption FnControlOption deleted the pointers branch April 28, 2025 19:21
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.

1 participant