[PATCH] D58074: [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 15 12:03:33 PST 2019


ABataev added inline comments.


================
Comment at: include/clang/AST/OpenMPClause.h:3666
+  OMPMappableExprListClause(
+      OpenMPClauseKind K, OMPMappableExprListLocTy Locs,
+      OMPMappableExprListSizeTy Sizes,
----------------
Pass those new structures by const reference, not by value. Do this for all the functions.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58074/new/

https://reviews.llvm.org/D58074





More information about the cfe-commits mailing list