Need to postpone analysis for addressable lvalue in a depend clause with
iterators, otherwise the incorrect error message is emitted.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114653
[OPENMP]Fix error emission for dependent expressions in iterators for depend clauses. ClosedPublic Authored by ABataev on Nov 26 2021, 10:45 AM.
Details Summary Need to postpone analysis for addressable lvalue in a depend clause with
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 2 2021, 11:04 AM This revision was landed with ongoing or failed builds.Dec 2 2021, 1:02 PM Closed by commit rGa9036f2eb42d: [OPENMP]Fix error emission for dependent expressions in iterators for depend… (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 391437 clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/target_enter_data_depend_messages.cpp
clang/test/OpenMP/target_exit_data_depend_messages.cpp
clang/test/OpenMP/target_update_depend_messages.cpp
clang/test/OpenMP/task_depend_template_call_ast_print.cpp
|