You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously, many Decl cursors will not describe a template. Make this property null to reflect that an avoid an exception by TranslationUnit.GetOrCreate<TemplateDecl>().
Additionally, DescribedTemplate will be null for partial template specializations. Added a doc comment to the property as this is less obvious.
0 commit comments