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

Merge for-declaration with the previous declaration #371

Merged
merged 1 commit into from
May 5, 2024
Merged

Conversation

laurentlb
Copy link
Owner

int a=2; for (int b=3; ...)
->
int a=2, b=3; for (; ...)

 int a=2; for (int b=3; ...)
->
 int a=2, b=3; for (; ...)
@laurentlb laurentlb merged commit 5b8f945 into master May 5, 2024
1 check passed
@eldritchconundrum eldritchconundrum deleted the norm branch May 5, 2024 19:16
laurentlb added a commit that referenced this pull request May 24, 2024
laurentlb added a commit that referenced this pull request May 24, 2024
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.

2 participants