[PATCH] D113319: [clang-format] Improve require and concept handling

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 23 01:25:24 PST 2022


curdeius added a comment.

@HazardyKnusperkeks, forget my previous comment, I think I found what changed.
Before, the `*` was annotated twice, first as a BinaryOperator, then, on a second run, it was correctly annotated as a UnaryOperator.
In this revision you whitelisted BinaryOperator in `resetTokenMetadata`, so its type is determined once only.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113319



More information about the cfe-commits mailing list