We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da61218 commit b98d19bCopy full SHA for b98d19b
1 file changed
addons/misra.py
@@ -3490,7 +3490,7 @@ def misra_17_3(self, cfg):
3490
for w in cfg.clang_warnings:
3491
if w['message'].endswith('[-Wimplicit-function-declaration]'):
3492
self.reportError(cppcheckdata.Location(w), 17, 3)
3493
-
+
3494
# Additional check for implicit function calls in expressions
3495
for token in cfg.tokenlist:
3496
if token.isName and token.function is None and token.valueType is None:
0 commit comments