Skip to content

EPA: order of semicolons and comments for top-level decls is wrong

Alan Zimmerman requested to merge wip/az/T20258-semicolon-order into master

A comment followed by a semicolon at the top level resulted in the preceding comments being attached to the following declaration.

Capture the comments as belonging to the declaration preceding the semicolon instead.

Closes #20258 (closed)

Merge request reports