[PATCH] D114653: [OPENMP]Fix error emission for dependent expressions in iterators for depend clauses.
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 26 10:45:37 PST 2021
ABataev created this revision.
ABataev added reviewers: jdoerfert, mikerice.
Herald added subscribers: guansong, yaxunl.
ABataev requested review of this revision.
Herald added a subscriber: sstefan1.
Herald added a project: clang.
Need to postpone analysis for addressable lvalue in a depend clause with
iterators, otherwise the incorrect error message is emitted.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114653
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114653.390097.patch
Type: text/x-patch
Size: 7064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211126/53f000ec/attachment.bin>
More information about the cfe-commits
mailing list