[PATCH] D15914: [OpenCL] Pipe builtin functions

Xiuli PAN via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 12 05:33:47 PST 2016


pxli168 added inline comments.

================
Comment at: include/clang/Basic/Builtins.h:39
@@ -38,2 +38,3 @@
   MS_LANG = 0x10,  // builtin requires MS mode.
+  OCLC_LANG = 0x20,// builtin for OpenCL C only.
   ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.
----------------
Anastasia wrote:
> May be: OCLC -> OCL
I just usede OCLC from **O**pen**CL** **C**.


http://reviews.llvm.org/D15914





More information about the cfe-commits mailing list