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
This results in anyone unable to use the C++ API (specifically, bindings) being unable to use libclang for actually parsing C, driving them to use other tools (such as the Haskell Language.C library).
Extended Description
This results in anyone unable to use the C++ API (specifically, bindings) being unable to use libclang for actually parsing C, driving them to use other tools (such as the Haskell Language.C library).
Relevant:
Corrode didn't use libclang due to it missing this (among other things): jameysharp/corrode#50 (comment)
The libclang Rust bindings would support it if available: KyleMayes/clang-rs#5
The text was updated successfully, but these errors were encountered: