This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add support to map member expressions with references to pointers.
ClosedPublic

Authored by sfantao on Jul 25 2016, 4:08 PM.

Details

Summary

This patch add support to map pointers through references in class members. Although a reference does not have storage that a user can access, it still has to be mapped in order to get the deep copy right and the dereferencing code work properly.

Diff Detail

Event Timeline

sfantao updated this revision to Diff 65437.Jul 25 2016, 4:08 PM
sfantao retitled this revision from to [OpenMP] Add support to map member expressions with references to pointers..
sfantao updated this object.
sfantao added subscribers: cfe-commits, caomhin.
ABataev accepted this revision.Jul 25 2016, 8:03 PM
ABataev edited edge metadata.

LG

This revision is now accepted and ready to land.Jul 25 2016, 8:03 PM
sfantao closed this revision.Jul 27 2016, 3:59 PM