[PATCH] D15469: Expose cxx constructor and method properties through libclang and python bindings.

Sergey Kalinichev via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 12 11:41:19 PDT 2016


skalinichev accepted this revision.
skalinichev added a comment.

LGTM!


================
Comment at: bindings/python/tests/cindex/test_cursor.py:197
@@ +196,3 @@
+
+def test_is_deleted_method():
+    """Ensure Cursor.is_deleted_method works."""
----------------
You should remove it too.


http://reviews.llvm.org/D15469





More information about the cfe-commits mailing list