[PATCH] D18597: [OpenMP] Parsing and sema support for the to clause
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Wed May 25 20:12:24 PDT 2016
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG, with a small nit.
================
Comment at: lib/Sema/SemaOpenMP.cpp:10214
@@ +10213,3 @@
+// expressions.
+struct MappableVarListInfo {
+ // The list of expressions.
----------------
Mark it as a 'final' struct
http://reviews.llvm.org/D18597
More information about the cfe-commits
mailing list