Expose the C bindings for clang_Type_getNumTemplateArguments() and clang_Type_getTemplateArgumentAsType() in the python API.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D51299
[python bindings] Expose template argument API for Type ClosedPublic Authored by kjteske on Aug 27 2018, 6:06 AM.
Details Summary Expose the C bindings for clang_Type_getNumTemplateArguments() and clang_Type_getTemplateArgumentAsType() in the python API.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 8 2018, 6:48 PM Closed by commit rL341930: [python bindings] Expose getNumTemplateArguments (authored by jbcoe). · Explain WhySep 11 2018, 5:48 AM Closed by commit rC341930: [python bindings] Expose getNumTemplateArguments (authored by jbcoe). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 164853 cfe/trunk/bindings/python/clang/cindex.py
cfe/trunk/bindings/python/tests/cindex/test_type.py
|