[PATCH] D20447: [OpenCL] Fixup extension list

Anastasia Stulova via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 1 09:37:34 PDT 2016


Anastasia added inline comments.

================
Comment at: test/SemaOpenCL/extension-version.cl:73
@@ +72,3 @@
+
+#endif
+
----------------
jvesely wrote:
> Anastasia wrote:
> > Could you put a comment to make it more readable, something like 
> > 
> > #endif // (__OPENCL_C_VERSION__ < 110)
> These large blocks get broken into ~7 line pieces, in D20744. Do you still want the endif comments there, or should I add the comments here and remove them in D20744?
Ok, no problem. Let's just leave it as is. I guess the other change will be committed soon. :)


Repository:
  rL LLVM

http://reviews.llvm.org/D20447





More information about the cfe-commits mailing list