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: resolve elaborated types #381

Merged
merged 2 commits into from
Nov 18, 2023
Merged

fix: resolve elaborated types #381

merged 2 commits into from
Nov 18, 2023

Conversation

janvennemann
Copy link
Contributor

@janvennemann janvennemann commented Nov 18, 2023

This fixes an issue with elaborated types which were not properly resolved to their named type.

Example for elaborated types:

class A {};
 
int main()
{
    class A a; // OK: equivalent to 'A a;'
}

Fixes #380

@hansemannn
Copy link
Contributor

Thank you for the fix! A simple test case works already, but running hyperloop-examples still fails (it seems like an issue with Cocoapods though). I would say we merge this one already and check for possible Cocoapods issues in a separate effort.

@hansemannn hansemannn merged commit 3b48608 into master Nov 18, 2023
5 checks passed
@hansemannn hansemannn deleted the resolve-elaborated-types branch November 18, 2023 11:03
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.

Xcode 15: cannot figure out objc return result
2 participants