We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903b800 commit e045bccCopy full SHA for e045bcc
1 file changed
addons/misra.py
@@ -3330,7 +3330,7 @@ def misra_17_3(self, cfg):
3330
for w in cfg.clang_warnings:
3331
if w['message'].endswith('[-Wimplicit-function-declaration]'):
3332
self.reportError(cppcheckdata.Location(w), 17, 3)
3333
-
+
3334
# Additional check for implicit function calls in expressions
3335
for token in cfg.tokenlist:
3336
if token.isName and token.function is None and token.valueType is None:
0 commit comments