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

regression Struct field names are no longer mangled in field mutators #1378

Closed
scolsen opened this issue Jan 14, 2022 · 1 comment · Fixed by #1379
Closed

regression Struct field names are no longer mangled in field mutators #1378

scolsen opened this issue Jan 14, 2022 · 1 comment · Fixed by #1379

Comments

@scolsen
Copy link
Contributor

scolsen commented Jan 14, 2022

example problem output:

CligFlag CligFlag_set_MINUS_default_MINUS_value(CligFlag p, String newValue) {
    String_delete(p.default-value);
    p.default_MINUS_value = newValue;
    return p;
}   
@scolsen
Copy link
Contributor Author

scolsen commented Jan 14, 2022

More accurately, the names are not mangled in the call to memberRefDeletion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants