[PATCH] D33197: [libclang] [OpenCL] Expose more OpenCL CIndex types

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 18 19:34:02 PDT 2017


yaxunl added inline comments.


================
Comment at: include/clang-c/Index.h:3080
+  CXType_Elaborated = 119,
+  CXType_Pipe = 120,
+  CXType_OCLImage1dRO = 121,
----------------
Can we have a doxygen comment about the OpenCL types?


https://reviews.llvm.org/D33197





More information about the cfe-commits mailing list