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

Function report_pending_ifndef

addons/namingng.py:210–211  ·  view source on GitHub ↗
(directive,column)

Source from the content-addressed store, hash-verified

208 reportNamingError(directive,msg,errorId,severity=severity,column=column)
209
210 def report_pending_ifndef(directive,column):
211 report(directive,'include guard #ifndef is not followed by #define','includeGuardIncomplete',column=column)
212
213 last_fn = None
214 pending_ifndef = None

Callers 1

check_include_guardsFunction · 0.85

Calls 1

reportFunction · 0.70

Tested by

no test coverage detected