You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: We should probably not emit empty statements. It does not change the semantics of the program but it's weird and might not look like "correct" code.
#892
NOTE: We should probably not emit empty statements. It does not change the semantics of the program but it's weird and might not look like "correct" code.
OTOH: I would also argue for using nonstandard-but-widely-supported extensions like expression statements instead of trying to force sequence points on an expression by use of the comma operator.
OTOH: I would also argue for using nonstandard-but-widely-supported extensions like expression statements instead of trying to force sequence points on an expression by use of the comma operator.
Originally posted by @iglosiggio in #891 (comment)
The text was updated successfully, but these errors were encountered: