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

Sven van Haastregt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 15 07:27:34 PDT 2017


svenvh created this revision.

Expose pipe, sampler_t, clk_event_t, queue_t, reserve_id_t, and all
image types.

      

Update the opencl-types.cl test RUN line such that we can test the
OpenCL 2.0 types.

      

Patch by Simon Perretta.


https://reviews.llvm.org/D33197

Files:
  bindings/python/clang/cindex.py
  include/clang-c/Index.h
  test/Index/opencl-types.cl
  tools/libclang/CXType.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33197.99003.patch
Type: text/x-patch
Size: 15890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170515/5e4f46b7/attachment-0001.bin>


More information about the cfe-commits mailing list