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.
Details
Details
- Reviewers
kkwli0 arpith-jacob carlo.bertolli ABataev hfinkel - Commits
- rG03a3cec48076: [OpenMP] Add support to map member expressions with references to pointers.
rC276934: [OpenMP] Add support to map member expressions with references to pointers.
rL276934: [OpenMP] Add support to map member expressions with references to pointers.
Diff Detail
Diff Detail