[PATCH] D98834: [OPENMP51]Support for the 'destroy' clause with interop variable

Mike Rice via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 17 18:22:08 PDT 2021


mikerice created this revision.
mikerice added reviewers: ABataev, jdoerfert, RaviNarayanaswamy.
Herald added subscribers: arphaman, guansong, yaxunl.
mikerice requested review of this revision.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

Added basic parsing/sema/serialization support to extend the
existing 'destroy' clause for use with the 'interop' directive.


https://reviews.llvm.org/D98834

Files:
  clang/include/clang/AST/OpenMPClause.h
  clang/include/clang/AST/RecursiveASTVisitor.h
  clang/include/clang/Sema/Sema.h
  clang/lib/AST/OpenMPClause.cpp
  clang/lib/AST/StmtProfile.cpp
  clang/lib/Parse/ParseOpenMP.cpp
  clang/lib/Sema/SemaOpenMP.cpp
  clang/lib/Sema/TreeTransform.h
  clang/lib/Serialization/ASTReader.cpp
  clang/lib/Serialization/ASTWriter.cpp
  clang/test/OpenMP/interop_ast_print.cpp
  clang/test/OpenMP/interop_messages.cpp
  clang/tools/libclang/CIndex.cpp
  llvm/include/llvm/Frontend/OpenMP/OMP.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98834.331433.patch
Type: text/x-patch
Size: 21296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210318/b5705156/attachment.bin>


More information about the llvm-commits mailing list