[PATCH] D22075: [OpenMP] Fix incorrect diagnostics in map clause

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 11 03:22:37 PDT 2016


ABataev added inline comments.

================
Comment at: lib/Sema/SemaOpenMP.cpp:10667-10668
@@ +10666,4 @@
+          if (Type.isNull() || Type->isAnyPointerType() ||
+              CheckArrayExpressionDoesNotReferToWholeSize(SemaRef,
+              SI->getAssociatedExpression(),Type))
+            break;
----------------
Seems to me the code is not formatted properly.


http://reviews.llvm.org/D22075





More information about the cfe-commits mailing list