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

Create representation for implicit/explicit object parameters #43

Open
cdacamar opened this issue Jan 19, 2022 · 1 comment
Open

Create representation for implicit/explicit object parameters #43

cdacamar opened this issue Jan 19, 2022 · 1 comment

Comments

@cdacamar
Copy link
Collaborator

Consider:

struct S {
  void f(this S);
};

Today, the IFC has no way of representing the explicit object parameter member function S::f. We could fix this by creating a new type to wrap the parameter type of f but this is not generic enough. Rather we should consider a solution which could see MethodType removed in favor of a more generalized function type containing the explicit/implicit object parameter. This was also discussed in an IPR issue.

@DanielaE
Copy link

DanielaE commented Jan 3, 2023

I anybody aware of the fate of this suggested/necessary improvement? Or shall I prepare a 🎂 for the 🥳🪅🎉

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

No branches or pull requests

2 participants