ClangSharp icon indicating copy to clipboard operation
ClangSharp copied to clipboard

Add AssociatedDecl property to SubstTemplateTypeParamType.

Open ceresgalax opened this issue 1 year ago • 0 comments

  • 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?

ceresgalax avatar Feb 12 '24 00:02 ceresgalax