ClangSharp icon indicating copy to clipboard operation
ClangSharp copied to clipboard

Fix crash when accessing property TemplateTypeParmDecl.DefaultArgument

Open ceresgalax opened this issue 1 year ago • 0 comments

  • getDefaultArgType() must not be called if hasDefaultArgType() returns false.
  • Since the type may not have a default arg type, make the property nullable.

ceresgalax avatar Feb 12 '24 00:02 ceresgalax