[PATCH] D138159: [Clang][OpenMP] Add enter clause to declare target for OpenMP 5.2

Gheorghe-Teodor Bercea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 15:44:19 PST 2022


doru1004 created this revision.
doru1004 added reviewers: carlo.bertolli, ronl, jdoerfert, gregrodgers, dhruvachak.
doru1004 added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
Herald added a reviewer: aaron.ballman.
Herald added a project: All.
doru1004 requested review of this revision.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.

Starting with OpenMP 5.2 the `to` clause on `declare target` has been replaced with the `enter` clause.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138159

Files:
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Basic/DiagnosticParseKinds.td
  clang/lib/AST/AttrImpl.cpp
  clang/lib/CodeGen/CGExpr.cpp
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/Parse/ParseOpenMP.cpp
  clang/lib/Sema/SemaOpenMP.cpp
  clang/test/OpenMP/declare_target_ast_print.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138159.475940.patch
Type: text/x-patch
Size: 17903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221116/964322fc/attachment-0001.bin>


More information about the cfe-commits mailing list