Skip to content
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

Improve pretty printer for comma-separated VarDecls and FieldDecls #97

Open
pgoodman opened this issue Sep 15, 2023 · 0 comments
Open
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@pgoodman
Copy link
Member

int a __attribute__((annotate("a"))), b __attribute__((annotate("b")));

In the above, we'll print this roughly as:

int a __attribute__((annotate("a")));
int b __attribute__((annotate("b")))

This affects the algorithm in PrintedTokenRange::AlignTokens.

@pgoodman pgoodman added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant