hansonw added a comment.
Thanks! I don't have commit permissions; could you check this in for me?
Comment at: bindings/python/clang/cindex.py:369
@@ +368,3 @@
+def __len__(self):
+return
int(conf.lib.clang_getNumDiagnosticsInSet(self.diag_set))
+
---
hansonw added reviewers: compnerd, skalinichev.
hansonw added a comment.
Adding you guys since you reviewed some recent changes :)
http://reviews.llvm.org/D17841
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/m
hansonw updated this revision to Diff 55378.
hansonw added a comment.
Rebase
http://reviews.llvm.org/D17841
Files:
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_diagnostics.py
Index: bindings/python/tests/cindex/test_diagnostics.py
==