[PATCH] D115065: [clang-format][NFC] Merge two calls of isOneOf
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 3 13:16:19 PST 2021
curdeius accepted this revision.
curdeius added a comment.
This revision is now accepted and ready to land.
I guess this is matter of taste whether to call `isOneOf` separately for `TokenKind`s and for `TokenType`s (but +1 for removing the repetition).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115065/new/
https://reviews.llvm.org/D115065
More information about the cfe-commits
mailing list