Hi, thanks for this library - I'm making good use of it to generate a pinvoke wrapper using Roslyn AST to generate the code. It's working well apart from this bug I hit with a struct that contains function pointer fields, the CppAst result duplicated the first function pointer field's parmaters to all the rest. See the test for an example.
The fix makes sense to me, and passes current test suite but I might be going the wrong way with it. I've not used libclang before.
Hi, thanks for this library - I'm making good use of it to generate a pinvoke wrapper using Roslyn AST to generate the code. It's working well apart from this bug I hit with a struct that contains function pointer fields, the CppAst result duplicated the first function pointer field's parmaters to all the rest. See the test for an example.
The fix makes sense to me, and passes current test suite but I might be going the wrong way with it. I've not used libclang before.