Missing newlines after docComments in generated code #55128
Labels
area-fe-analyzer-shared
Assigned by engineers; when triaging, prefer either area-front-end or area-analyzer.
cfe-feature-macros
Implement macros features in the CFE
feature-macros
Implementation of the macros feature
Given this macro:
You get generated code like this:
There is no newline after the doc comment so
augment void a() {
is commented out and the code is invalid.The text was updated successfully, but these errors were encountered: