[PATCH] D16341: [OpenMP] Check for at least one map clause on target data directive.

Arpith Jacob via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 19 18:38:05 PST 2016


arpith-jacob created this revision.
arpith-jacob added reviewers: kkwli0, hfinkel, ABataev, sfantao, carlo.bertolli.
arpith-jacob added subscribers: fraggamuffin, caomhin, cfe-commits.

OpenMP [2.10.1, Restrictions, p. 97]
At least one map clause must appear on the directive.

http://reviews.llvm.org/D16341

Files:
  lib/Sema/SemaOpenMP.cpp
  test/OpenMP/target_data_ast_print.cpp
  test/OpenMP/target_data_device_messages.cpp
  test/OpenMP/target_data_if_messages.cpp
  test/OpenMP/target_data_messages.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16341.45332.patch
Type: text/x-patch
Size: 12210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160120/815153f3/attachment-0001.bin>


More information about the cfe-commits mailing list