[PATCH] D138312: [OPENMP5.1] Initial support for message clause.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 10:42:18 PST 2022


ABataev added inline comments.


================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:11048
       SeverityClauses.empty() ? nullptr : (*SeverityClauses.begin());
+  auto MessageClauses =
+      OMPExecutableDirective::getClausesOfKind<OMPMessageClause>(Clauses);
----------------
Use real type instead of auto


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138312



More information about the llvm-commits mailing list