ClangSharp
ClangSharp copied to clipboard
Fix crash when accessing property TemplateTypeParmDecl.DefaultArgument
- getDefaultArgType() must not be called if hasDefaultArgType() returns false.
- Since the type may not have a default arg type, make the property nullable.