This patch adds support for the following edge cases in declare target -
#pragma omp declare target(variable)
#pragma omp declare target to(variable)
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D157229
Fix edge case in declare target initializer expression AcceptedPublic Authored by RitanyaB on Aug 6 2023, 6:40 AM.
Details Summary This patch adds support for the following edge cases in declare target -
Diff Detail
Revision Contents
Diff 547571 clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/declare_target_variables_ast_print.cpp
|