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

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 17 18:41:13 PDT 2016


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
204
$ git grep -E "CursorKind\([0-9]+\)" | wc -l
204


https://reviews.llvm.org/D25673





More information about the cfe-commits mailing list