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
The type hierarchy reported by the plugin seems incomplete. For example, in terms of NamedDecl inside Decl.h,it reports
• NamedDecl: Class
Parents:
• Decl: Class
Children:
• ValueDecl: Class
Children:
• EnumConstantDecl: Class
• DeclaratorDecl: Class
Children:
• VarDecl: Class
• FunctionDecl: Class
• FieldDecl: Class
• MSPropertyDecl: Class
• NonTypeTemplateParmDecl: Class
...
But it will not expand VarDecl which has subclasses such as ParmVarDecl etc.
The text was updated successfully, but these errors were encountered:
The type hierarchy reported by the plugin seems incomplete. For example, in terms of
NamedDecl
inside Decl.h,it reportsBut it will not expand
VarDecl
which has subclasses such asParmVarDecl
etc.The text was updated successfully, but these errors were encountered: