[PATCH] D69316: [OpenMP 5.0] target update list items need not be contiguous (Sema)
Chi Chun Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 22 11:55:34 PDT 2019
cchen created this revision.
cchen added reviewers: ABataev, sfantao.
Herald added subscribers: cfe-commits, guansong.
Herald added a reviewer: jdoerfert.
Herald added a project: clang.
- Removed a restriction that list items for target update
directive must have contiguous storage.
- A restriction was added for array sections that array of pointers
is still disallowed. (also modify a test case in target_map_codegen
that is not valid anymore in OpenMP 5.0)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69316
Files:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/target_map_codegen.cpp
clang/test/OpenMP/target_map_messages.cpp
clang/test/OpenMP/target_teams_map_messages.cpp
clang/test/OpenMP/target_update_ast_print.cpp
clang/test/OpenMP/target_update_from_messages.cpp
clang/test/OpenMP/target_update_to_messages.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69316.226065.patch
Type: text/x-patch
Size: 19344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191022/6e87f9db/attachment-0001.bin>
More information about the cfe-commits
mailing list