Added basic parsing/sema/serialization support to extend the
existing 'destroy' clause for use with the 'interop' directive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98834
[OPENMP51]Support for the 'destroy' clause with interop variable ClosedPublic Authored by mikerice on Mar 17 2021, 6:22 PM.
Details Summary Added basic parsing/sema/serialization support to extend the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 18 2021, 5:50 AM Closed by commit rGc2f8e158f57c: [OPENMP51]Support for the 'destroy' clause with interop variable. (authored by mikerice). · Explain WhyMar 18 2021, 9:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 331585 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
|