Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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