[PATCH] D24235: [OpenCL] Improve double literal handling

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 7 08:55:43 PST 2016


yaxunl added inline comments.


================
Comment at: test/SemaOpenCL/extensions.cl:28
+#ifdef FP64
+// expected-no-diagnostics
+#endif
----------------
expected-no-diagnostics applies to the whole file. better move to the beginning of the file.

otherwise LGTM. Thanks!


https://reviews.llvm.org/D24235





More information about the cfe-commits mailing list