compnerd accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: bindings/python/clang/cindex.py:369
@@ +368,3 @@
+            def __len__(self):
+                return 
int(conf.lib.clang_getNumDiagnosticsInSet(self.diag_set))
+
----------------
Why does this need the explicit int construction?


http://reviews.llvm.org/D17841



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to