[PATCH] D67978: [OpenMP 5.0] Fix user-defined mapper lookup in sema for arrays

Lingda Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 24 12:59:03 PDT 2019


lildmh created this revision.
lildmh added reviewers: ABataev, Meinersbur, hfinkel, jdoerfert.
lildmh added a project: OpenMP.
Herald added subscribers: cfe-commits, guansong.
Herald added a project: clang.

This patches fixes the case when a user-defined mapper is attached to the elements of an array.


Repository:
  rC Clang

https://reviews.llvm.org/D67978

Files:
  lib/Sema/SemaOpenMP.cpp
  test/OpenMP/declare_mapper_messages.c
  test/OpenMP/declare_mapper_messages.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67978.221577.patch
Type: text/x-patch
Size: 10235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190924/5432cbc9/attachment-0001.bin>


More information about the cfe-commits mailing list