[PATCH] D137209: [OPENMP]Initial support for error directive.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 06:37:28 PDT 2022


ABataev added inline comments.


================
Comment at: clang/include/clang/AST/StmtOpenMP.h:6229
+/// \endcode
+class OMPErrorDirective : public OMPExecutableDirective {
+  friend class ASTStmtReader;
----------------
final


================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMP.td:529
 def OMP_Barrier : Directive<"barrier"> {}
+def OMP_Terror : Directive<"error"> {}
 def OMP_TaskWait : Directive<"taskwait"> {
----------------
OMP_error


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137209



More information about the llvm-commits mailing list