[PATCH] D36973: [libclang] Add support for querying cursor availability
Jonathan B Coe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 8 12:32:33 PDT 2017
jbcoe requested changes to this revision.
jbcoe added inline comments.
This revision now requires changes to proceed.
================
Comment at: bindings/python/tests/cindex/test_cursor.py:399
+ else:
+ assert False, "Could not find cursor for deleted constructor"
+
----------------
Can you add tests for the other `AvailabilityKind`s?
https://reviews.llvm.org/D36973
More information about the cfe-commits
mailing list