Starting with OpenMP 5.2 the to clause on declare target has been replaced with the enter clause.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138159
[Clang][OpenMP] Add enter clause to declare target for OpenMP 5.2 ClosedPublic Authored by doru1004 on Nov 16 2022, 3:44 PM.
Details Summary Starting with OpenMP 5.2 the to clause on declare target has been replaced with the enter clause.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 17 2022, 7:53 AM
Revision Contents
Diff 476143 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
|
Do you really need .str() ?