[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:30:37 PST 2020


thakis added a comment.

And a less philosophical comment: This causes a bunch of Wcovered-switch-default warnings:

../../clang/include/clang/AST/OpenMPClause.h:7777:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
../../clang/include/clang/AST/RecursiveASTVisitor.h:2962:3: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]

(and possibly more).


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