Skip to content

Add -dkeep-comments flag to keep comments in the parser

Alan Zimmerman requested to merge wip/az/T19706-dkeep-comments into master

This provides a way to set the Opt_KeepRawTokenStream from the command line, allowing exact print annotation users to see exactly what is produced for a given parsed file, when used in conjunction with -ddump-parsed-ast

Discussed in #19706, but this commit does not close the issue.

Merge request reports