[PATCH] D129628: Fix aligning of java-style declarations

2022-07-13 Thread Danil Sidoruk via Phabricator via cfe-commits
eoanermine added a comment. I found that the problem was that `TokenAnnotator` doesn't handle Java-style array declarations fine. It doesn't consider identifier after square brackets as a StartOfName. I fixed it, it seems valid, but I'm not a hundred percent sure about it. Repository: rG LL

[PATCH] D129628: Fix aligning of java-style declarations

2022-07-13 Thread Danil Sidoruk via Phabricator via cfe-commits
eoanermine created this revision. eoanermine added reviewers: MyDeveloperDay, owenpan, HazardyKnusperkeks, curdeius. eoanermine added projects: clang, clang-format. Herald added a project: All. eoanermine requested review of this revision. Herald added a subscriber: cfe-commits. - Modify TokenAnn