Is it possible to use Clang.jl to parse a header than uses the overloadable attribute? When I try, it only parses the first function with each name. For an MWE, you can use the tgsin example from the clang docs link: it only emits a single definition, fortgsin(x::Cfloat).
I also posted a question on the Julia forum: there's a bit more detail about my broader motivation there.
Is it possible to use Clang.jl to parse a header than uses the overloadable attribute? When I try, it only parses the first function with each name. For an MWE, you can use the
tgsinexample from the clang docs link: it only emits a single definition, fortgsin(x::Cfloat).I also posted a question on the Julia forum: there's a bit more detail about my broader motivation there.