[PATCH] D81455: [clang][NFC] Generate the {Type,ArrayType,UnaryExprOrType,Expression}Traits enumerations from TokenKinds.def...

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 9 03:48:30 PDT 2020


riccibruno marked an inline comment as done.
riccibruno added inline comments.


================
Comment at: clang/include/clang/Basic/TokenKinds.def:65
+#endif
 #ifndef ALIAS
 #define ALIAS(X,Y,Z)
----------------
It is slightly unfortunate to have to use both `UNARY_EXPR_OR_TYPE_TRAIT` and `CXX11_UNARY_EXPR_OR_TYPE_TRAIT` since users have to define both. I have no better idea unfortunately.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81455





More information about the cfe-commits mailing list