[PATCH] D138227: [OPENMP]Initial support for severity clause

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 17 10:42:07 PST 2022


ABataev added inline comments.


================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMP.td:538-539
   let allowedClauses = [
-    VersionedClause<OMPC_At>
+    VersionedClause<OMPC_At>,
+    VersionedClause<OMPC_Severity>
   ];
----------------
Add a version where these clauses were introduced


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138227



More information about the cfe-commits mailing list