Improve pretty printer for comma-separated VarDecls and FieldDecls #97
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
int a __attribute__((annotate("a"))), b __attribute__((annotate("b")));
In the above, we'll print this roughly as:
This affects the algorithm in
PrintedTokenRange::AlignTokens
.The text was updated successfully, but these errors were encountered: