[all-commits] [llvm/llvm-project] c2f8e1: [OPENMP51]Support for the 'destroy' clause with in...
Mike Rice via All-commits
all-commits at lists.llvm.org
Thu Mar 18 09:16:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2f8e158f57c173298ac39db8fd44211604ed003
https://github.com/llvm/llvm-project/commit/c2f8e158f57c173298ac39db8fd44211604ed003
Author: Mike Rice <michael.p.rice at intel.com>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M clang/include/clang/AST/OpenMPClause.h
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/OpenMPClause.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/test/OpenMP/interop_ast_print.cpp
M clang/test/OpenMP/interop_messages.cpp
M clang/tools/libclang/CIndex.cpp
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[OPENMP51]Support for the 'destroy' clause with interop variable.
Added basic parsing/sema/serialization support to extend the
existing 'destroy' clause for use with the 'interop' directive.
Differential Revision: https://reviews.llvm.org/D98834
More information about the All-commits
mailing list