MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / __init__

Method __init__

addons/cppcheckdata.py:1049–1062  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

1047 clang_warnings = []
1048
1049 def __init__(self, name):
1050 self.name = name
1051 self.directives = []
1052 self.macro_usage = []
1053 self.preprocessor_if_conditions = []
1054 self.tokenlist = []
1055 self.scopes = []
1056 self.containers = []
1057 self.functions = []
1058 self.variables = []
1059 self.typedefInfo = []
1060 self.valueflow = []
1061 self.standards = Standards()
1062 self.clang_warnings = []
1063
1064 def set_tokens_links(self):
1065 """Set next/previous links between tokens."""

Callers

nothing calls this directly

Calls 1

StandardsClass · 0.85

Tested by

no test coverage detected