yaxunl accepted this revision. yaxunl added a comment. This revision is now accepted and ready to land.
LGTM. Thanks! ================ Comment at: lib/Sema/SemaType.cpp:2180 @@ -2179,1 +2179,3 @@ + // OpenCL v2.0 s6.16.13.1 - Arrays of pipe type are not supported. + // OpenCL v2.0 s6.9.b - Arrays of image/sampler type are not supported. if (getLangOpts().OpenCL) { ---------------- remove extra space http://reviews.llvm.org/D17437 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits