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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to