This revision was automatically updated to reflect the committed changes.
Closed by commit rG5878ac7d2db6: [clang-format][NFC] Merge two calls of isOneOf
(authored by HazardyKnusperkeks).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115065/new/
htt
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
CHA
HazardyKnusperkeks created this revision.
HazardyKnusperkeks added reviewers: owenpan, MyDeveloperDay, curdeius.
HazardyKnusperkeks added a project: clang-format.
HazardyKnusperkeks requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository