[cfe-commits] [PATCH 2/5] [clang.py] Implement Type.__eq__ and Type.__ne__
Gregory Szorc
gregory.szorc at gmail.com
Thu Feb 16 23:56:45 PST 2012
The implementation could probably be a bit more robust (looking for
None, comparing types, etc). Do we care?
---
bindings/python/clang/cindex.py | 10 ++++++++++
bindings/python/tests/cindex/test_type.py | 17 +++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-clang.py-Implement-Type.__eq__-and-Type.__ne__.patch
Type: text/x-patch
Size: 2787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120216/85f64b97/attachment.bin>
More information about the cfe-commits
mailing list