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 100404 bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_type.py
include/clang-c/Index.h
tools/libclang/CXType.cpp
tools/libclang/libclang.exports
|