[PATCH] D92955: [openmp] Remove clause from OMPKinds.def and use OMP.td info

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 07:21:49 PST 2020


thakis added inline comments.


================
Comment at: clang/include/clang/AST/ASTTypeTraits.h:152
+#define CLAUSE_CLASS(Enum, Str, Class) NKI_##Class,
+#include "llvm/Frontend/OpenMP/OMP.cpp.inc"
     NKI_NumberOfKinds
----------------
Now we're even including the `cpp.inc` file in .h files. Please consider following the more regular way of doing .td stuff I've outlined in D83636.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92955



More information about the llvm-commits mailing list