[PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Tue May 24 21:12:33 PDT 2016
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
More information about the cfe-commits
mailing list