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

Move functag_t into the type system. #969

Merged
merged 5 commits into from
Jun 5, 2024
Merged

Move functag_t into the type system. #969

merged 5 commits into from
Jun 5, 2024

Conversation

dvander
Copy link
Member

@dvander dvander commented Jun 5, 2024

This thing was pretty old. Using typeinfo_t is problematic because it's pre-binding. Move it to QualType, and create a formal FunctionType class.

This is a prerequisite to removing funcenum_t.

dvander added 5 commits June 4, 2024 19:31
This is to reflect how weird variadic arguments are in SourcePawn -
really, that they are C-like, and there is no type checking whatsoever
on them, and that there is no named parameter to represent extra
arguments.
Also remove variadic bits from QualType, since they were unused.
@dvander dvander merged commit a30c0d9 into master Jun 5, 2024
19 checks passed
@dvander dvander deleted the rm-functag-ident branch June 5, 2024 03:27
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