ClangSharp
ClangSharp copied to clipboard
Add AssociatedDecl property to SubstTemplateTypeParamType.
- This calls getAssociatedDecl() on the underlying clang c++ type object.
Note: I added a function to clangsharp.cpp and .h, but the clangsharp.cs file was updated manually. I was having issues getting ClangSharpPInvokeGenerator to output the .cs source files correctly. It seems to not be as simple as just running the generator with the clangsharp response file?