[PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
John McCall
rjmccall at gmail.com
Fri Apr 10 10:30:24 PDT 2015
This patch seems to have the aggregate-copy changes still in it, would you mind rebasing it without them?
================
Comment at: include/clang/AST/OpenMPClause.h:1171
@@ +1170,3 @@
+ return llvm::makeArrayRef(varlist_end(), varlist_size());
+ }
+
----------------
As always, when you've got tail-allocated arrays like this, please leave a comment describing their layout somewhere near the top of the class body.
http://reviews.llvm.org/D8658
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list