Anastasia added inline comments.

================
Comment at: test/SemaOpenCL/extension-version.cl:41
@@ +40,3 @@
+
+// COre features in CL 1.1
+#if (__OPENCL_C_VERSION__ < 110)
----------------
COre -> core

================
Comment at: test/SemaOpenCL/extension-version.cl:73
@@ +72,3 @@
+
+#endif
+
----------------
Could you put a comment to make it more readable, something like 

#endif // (__OPENCL_C_VERSION__ < 110)


Repository:
  rL LLVM

http://reviews.llvm.org/D20447



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

Reply via email to