[PATCH] D16759: [OpenMP] Parsing + sema for target parallel for directive.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 2 11:16:30 PST 2016


ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.

LG with small comment


================
Comment at: lib/Parse/ParseOpenMP.cpp:185
@@ -182,3 +184,3 @@
 ///         'distribute' | 'target enter data' | 'target exit data' |
-///         'target parallel'
+///         'target parallel' | 'target parallel for'
 ///         annot_pragma_openmp_end
----------------
move '{clause}' string from line 183 after 'target parallel for'


http://reviews.llvm.org/D16759





More information about the cfe-commits mailing list