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

Towards better support of (arrays) of pointers #10

Merged
merged 7 commits into from
Sep 13, 2024
Merged

Conversation

ahueck
Copy link
Owner

@ahueck ahueck commented Sep 13, 2024

  • Better model "arrays of" by
    • Adding "array" Qualifier, e.g., [ ptr array ptr] -> pointers to array of pointers
    • A list of array sizes instead of scalar in QualifiedType, corresponding to arrays of arrays etc.
  • List of typedefs is tracked, only top-level is used for QualTypes

Not modelled, pointers/arrays to functions/member functions

@ahueck ahueck force-pushed the feat/ptr branch 3 times, most recently from 95b9c68 to a7e3c62 Compare September 13, 2024 13:42
@ahueck ahueck merged commit bc33304 into feat/typeart Sep 13, 2024
4 checks passed
@ahueck ahueck deleted the feat/ptr branch September 13, 2024 13:54
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