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

Danil Sidoruk via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 13 03:25:47 PDT 2022


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 LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129628/new/

https://reviews.llvm.org/D129628



More information about the cfe-commits mailing list