JonasToth added a comment.

Are you using the lexer-util functions? Maybe i am just to tired, but they seem 
to be unused.



================
Comment at: clang/include/clang/Lex/Token.h:101
+  /// Single argument overload provides base case for recursive template below
+  bool isOneOf(tok::TokenKind K) const {
+    return is(K);
----------------
i would be rather against it. it is logically wrong as well, asl `isOneOf()` 
implies a choice.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D70144



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to