[PATCH] D17547: [OpenMP] Add support for multidimensional array sections in map clause SEMA.
Samuel Antao via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 23 10:03:40 PST 2016
sfantao created this revision.
sfantao added reviewers: ABataev, hfinkel, carlo.bertolli, arpith-jacob, kkwli0.
sfantao added subscribers: caomhin, fraggamuffin, cfe-commits.
In some cases it can be proved statically that multidimensional array section refer to contiguous storage and can therefore be allowed in a map clause. This patch adds support for those cases in SEMA.
http://reviews.llvm.org/D17547
Files:
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaOpenMP.cpp
test/OpenMP/target_map_messages.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17547.48827.patch
Type: text/x-patch
Size: 14465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160223/a33f3216/attachment-0001.bin>
More information about the cfe-commits
mailing list