chetant / LibClang

Haskell FFI to libclang
Other
58 stars 10 forks source link

missing getArgument and getNumArguments #20

Closed ghorn closed 11 years ago

ghorn commented 11 years ago

Bindings to these functions:

int clang_Cursor_getNumArguments(CXCursor C);
CXCursor clang_Cursor_getArgument(CXCursor C, unsigned i);

would be handy. They should probably be wrapped inside one function getArguemnts. I can try and add this myself if you like.

sethfowler commented 11 years ago

This is a subset of #21. I'll eventually get everything, but any help is definitely appreciated!