ABataev added a comment.

Add a test for nesting of regions here


================
Comment at: lib/Parse/ParseOpenMP.cpp:42
@@ -42,1 +41,3 @@
+  OMPD_target_exit,
+  OMPD_update
 };
----------------
Please, add a comma after 'OMPD_update' to reduce number of changes in the next 
modification of this enum.


http://reviews.llvm.org/D15944



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

Reply via email to