[PATCH] [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
John McCall
rjmccall at gmail.com
Wed Apr 15 11:28:13 PDT 2015
LGTM.
================
Comment at: include/clang/AST/OpenMPClause.h:1713
@@ -1702,1 +1712,3 @@
+/// threadprivate variables to local instances of that variables in other
+/// implicit threads.
///
----------------
Just as for lastprivate, this should be a // comment within the class body.
http://reviews.llvm.org/D9026
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list