1 /// Return statements in functions returning bool should use
2 /// true/false instead of 1/0.
5 // Options: --no-includes --include-headers
33 @r2 depends on report || context@
52 @script:python depends on report@
57 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
58 coccilib.report.print_report(p[0], msg)