[PATCH] D17547: [OpenMP] Add support for multidimensional array sections in map clause SEMA.

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 4 07:32:28 PST 2016


sfantao marked an inline comment as done.

================
Comment at: lib/Sema/SemaOpenMP.cpp:9127
@@ +9126,3 @@
+// whose base type is \a BaseQTy.
+static bool CheckArrayExpressionDoesNotReferToUnitySize(Sema &SemaRef,
+                                                       const Expr *E,
----------------
Sorry, my bad. It is fixed in the new diff.




http://reviews.llvm.org/D17547





More information about the cfe-commits mailing list