]> granicus.if.org Git - clang/commit
[clang.py] Implement Type.__eq__ and Type.__ne__
authorGregory Szorc <gregory.szorc@gmail.com>
Mon, 20 Feb 2012 17:44:49 +0000 (17:44 +0000)
committerGregory Szorc <gregory.szorc@gmail.com>
Mon, 20 Feb 2012 17:44:49 +0000 (17:44 +0000)
commit7eb691a7b61ba895695bbbf92e944d98ef49390d
tree7c42095897376be04a13407a5e8a58f49e491e58
parent83bc276de6cc2c0b8e2fa535048cd8edad1c94b1
[clang.py] Implement Type.__eq__ and Type.__ne__

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150969 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_type.py