[PATCH] D16280: [OpenMP] Detect implicit map type to report unspecified map type for target enter/exit data directives.

Arpith Jacob via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 18 18:37:59 PST 2016


arpith-jacob updated this revision to Diff 45227.
arpith-jacob added a comment.

Addressed comment:
Do not cast bool to unsigned, use (IsMapTypeImplicit ? 1 : 0) instead.


http://reviews.llvm.org/D16280

Files:
  include/clang/AST/OpenMPClause.h
  include/clang/Sema/Sema.h
  lib/AST/OpenMPClause.cpp
  lib/Parse/ParseOpenMP.cpp
  lib/Sema/SemaOpenMP.cpp
  lib/Sema/TreeTransform.h
  test/OpenMP/target_enter_data_map_messages.c
  test/OpenMP/target_exit_data_map_messages.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16280.45227.patch
Type: text/x-patch
Size: 13783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160119/b7a3bb68/attachment.bin>


More information about the cfe-commits mailing list