Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I guess this is matter of taste whether to call isOneOf separately for TokenKinds and for TokenTypes (but +1 for removing the repetition).
Paths
| Differential D115065
[clang-format][NFC] Merge two calls of isOneOf ClosedPublic Authored by HazardyKnusperkeks on Dec 3 2021, 11:55 AM.
Details
Diff Detail Event TimelineHazardyKnusperkeks created this revision. Comment Actions I guess this is matter of taste whether to call isOneOf separately for TokenKinds and for TokenTypes (but +1 for removing the repetition). This revision is now accepted and ready to land.Dec 3 2021, 1:16 PM Closed by commit rG5878ac7d2db6: [clang-format][NFC] Merge two calls of isOneOf (authored by HazardyKnusperkeks). · Explain WhyDec 4 2021, 12:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 391699 clang/lib/Format/TokenAnnotator.cpp
|