addons: fix initialization in CppcheckData when multiple files are parsed
This commit is contained in:
parent
71eb96b8d3
commit
502eebfc9c
|
@ -263,6 +263,7 @@ class CppcheckData:
|
|||
def __init__(self, filename):
|
||||
self.tokenlist = []
|
||||
self.scopes = []
|
||||
self.functions = []
|
||||
self.variables = []
|
||||
self.valueflow = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue