Skip to content

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

Description

@pgoodman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions