[PATCH] D25673: [libclang] Add missing cursor kinds to python bindings.

2016-10-18 Thread Igor Kudrin via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284464: [libclang] Add missing cursor kinds to python bindings. (authored by ikudrin). Changed prior to commit: https://reviews.llvm.org/D25673?vs=74834&id=74960#toc Repository: rL LLVM https://revi

[PATCH] D25673: [libclang] Add missing cursor kinds to python bindings.

2016-10-17 Thread Vedant Kumar via cfe-commits
vsk accepted this revision. vsk added a reviewer: vsk. vsk added a comment. This revision is now accepted and ready to land. Thanks for working on this! Fwiw, I double-checked the API coverage with: $ git grep -E "CXCursor_[a-zA-Z_0-9]+ *= *[0-9]+" | grep -Eo "[0-9]+" | sort -u | uniq | wc -l 2

[PATCH] D25673: [libclang] Add missing cursor kinds to python bindings.

2016-10-17 Thread Igor Kudrin via cfe-commits
ikudrin created this revision. ikudrin added reviewers: compnerd, ABataev, erik.pilkington, ogoffart. ikudrin added a subscriber: cfe-commits. https://reviews.llvm.org/D25673 Files: bindings/python/clang/cindex.py Index: bindings/python/clang/cindex.py =