[clang-tidy] Fix "expression is redundant [misc-redundant-expression]" warning. NFCI. (PR44768)
We only accept tok::TokenKind::comment enum values so no need to add other cases. Seems to be a cut+paste typo.
Loading
Please sign in to comment
We only accept tok::TokenKind::comment enum values so no need to add other cases. Seems to be a cut+paste typo.