-
Notifications
You must be signed in to change notification settings - Fork 249
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(parse): allow (to omit) semicolon after _unnamed-declaration_ #479
Conversation
cc20bb9
to
c5039d9
Compare
This change means that
becomes an ill-formed |
9b70dca
to
6ac6dca
Compare
cf6cb03
to
5aa17f8
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as off-topic.
This comment was marked as off-topic.
ef5b963
to
c74208f
Compare
2af70b4
to
d2b821c
Compare
@hsutter This one should be easy. |
d2b821c
to
d2380e6
Compare
Thanks!
That's an odd case. Even if the The likely intended option would be to try to invoke the function:
Alternatively it could be parenthesized if that's what the programmer really wanted (and unwisely rely on the Cpp1 function-to-pointer decay):
|
Follows up on #359.
Resolves #415.
Resolves #432.
Resolves #435.
Resolves #532.
Resolves #545.
Testing summary.
Acknowledgements.