[PATCH] D36973: [libclang] Add support for querying cursor availability

Johann Klähn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 25 05:04:26 PDT 2017


jklaehn updated this revision to Diff 116456.
jklaehn marked an inline comment as done.
jklaehn added a comment.

Added test for `AvailabilityKind.DEPRECATED`. `NOT_ACCESSIBLE` is never returned by `clang_getCursorAvailability` but only only used in `CodeCompletionResult`.


https://reviews.llvm.org/D36973

Files:
  bindings/python/clang/cindex.py
  bindings/python/tests/cindex/test_cursor.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36973.116456.patch
Type: text/x-patch
Size: 3200 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170925/5c4ec2cf/attachment-0001.bin>


More information about the cfe-commits mailing list