bader added inline comments.

================
Comment at: test/SemaOpenCL/half.cl:29
@@ +28,3 @@
+kernel void half_disabled_kernel(global half *p,
+                                 half h);  // expected-error{{'half' cannot be 
used as the type of a kernel parameter}} // expected-error{{declaring function 
parameter of type 'half' is not allowed; did you forget * ?}}
+
----------------
It's not related to your change, but it looks like there are two checks that 
report the same error.
Could you remove the duplication, please?


https://reviews.llvm.org/D24666



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

Reply via email to