You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I was trying to do was creating bindings for C for my custom programming language. As (static) inline functions aren't in the shared library, I need to filter them out somehow.
If nothing has been added to the C bindings for liblacng, the best search for inline functions is to iterate over function tokens.
Or you can just use devan (I hope next time the author will forgive me for the brazen publicity). I use libclang as a backend wrapping this type of cases.
This seems to be missing from the API, my workaround is looking at the tokens but it's not very elegant.
The text was updated successfully, but these errors were encountered: