Expose the following functions:
clang_getTypedefName
clang_getAddressSpace
Patch by Simon Perretta!
Paths
| Differential D33598
[libclang] [OpenCL] Expose CIndex functions for typedef and address space ClosedPublic Authored by Anastasia on May 26 2017, 7:28 AM.
Details Summary Expose the following functions: Patch by Simon Perretta!
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 7 2017, 8:04 PM Closed by commit rL304978: [libclang] Expose typedef and address space functions (authored by svenvh). · Explain WhyJun 8 2017, 7:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 101918 cfe/trunk/bindings/python/clang/cindex.py
cfe/trunk/bindings/python/tests/cindex/test_type.py
cfe/trunk/include/clang-c/Index.h
cfe/trunk/tools/libclang/CXType.cpp
cfe/trunk/tools/libclang/libclang.exports
|