MatsPetersson added a subscriber: MatsPetersson.

================
Comment at: include/clang/Basic/DiagnosticSemaKinds.td:7700
@@ -7698,2 +7699,3 @@
+  "OpenCL does not allow variadic arguments">;
 
 // OpenCL v2.0 s6.13.6 -- Builtin Pipe Functions
----------------
Looks good

================
Comment at: include/clang/Basic/DiagnosticSemaKinds.td:7717
@@ +7716,3 @@
+def err_opencl_block_storage_type : Error<
+  "the __block storage type is not permitted">;
+def err_opencl_invalid_block_declaration : Error<
----------------
Looks good now (from my official account this time! :) )


http://reviews.llvm.org/D16928



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to