[PATCH] D17437: [OpenCL] Add Sema checks for types
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 23 07:20:36 PST 2016
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
More information about the cfe-commits
mailing list