[PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 15 22:20:58 PDT 2016
ABataev added inline comments.
================
Comment at: include/clang/AST/OpenMPClause.h:3466
@@ -3465,1 +3465,3 @@
};
+
+/// \brief This represents clause 'from' in the '#pragma omp ...'
----------------
New clauses must be added in separate patches
http://reviews.llvm.org/D15944
More information about the cfe-commits
mailing list