[cfe-commits] [PATCH 3/5] [clang.py] Implement Type.arguments()

Gregory Szorc gregory.szorc at gmail.com
Thu Feb 16 23:57:43 PST 2012


I incorporated feedback from Tobias and exposed arguments as an
iterable and indexable container object.

---
 bindings/python/clang/cindex.py           |   47 +++++++++++++++++++
 bindings/python/tests/cindex/test_type.py |   69 +++++++++++++++++++++++++++++
 2 files changed, 116 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-clang.py-Implement-Type.arguments.patch
Type: text/x-patch
Size: 6038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120216/e85c1796/attachment.bin>


More information about the cfe-commits mailing list