logic: template related fixes
* fixed recording template member specializations of methods as explicit nodes * fixed template members variables sometimes recorded as functions with call edges
This commit is contained in:
@@ -593,6 +593,7 @@ DEF_VISIT_TYPE_PTR(TemplateTemplateParmDecl)
|
||||
DEF_VISIT_TYPE(TypeLoc)
|
||||
DEF_VISIT_TYPE_PTR(DeclRefExpr)
|
||||
DEF_VISIT_TYPE_PTR(MemberExpr)
|
||||
DEF_VISIT_TYPE_PTR(CXXDependentScopeMemberExpr)
|
||||
DEF_VISIT_TYPE_PTR(CXXConstructExpr)
|
||||
DEF_VISIT_TYPE_PTR(LambdaExpr)
|
||||
DEF_VISIT_CUSTOM_TYPE_PTR(ConstructorInitializer, CXXCtorInitializer)
|
||||
|
||||
Reference in New Issue
Block a user