]> andersk Git - splint.git/blame - test/lintcomments.expect
Fixed bugs in the constant removal code for binary expressions.
[splint.git] / test / lintcomments.expect
CommitLineData
885824d3 1
2lintcomments.c: (in function f)
3lintcomments.c:8:33: Traditional lint comment /*FALLTHROUGH*/ used. This is
4 interpreted by LCLint in the same way as most Unix lints, but it is
80ee600a 5 preferable to replace it with the /*@fallthrough@*/ semantic comment
885824d3 6lintcomments.c:9:30: Traditional lint comment /*FALLTHRU*/ used. This is
7 interpreted by LCLint in the same way as most Unix lints, but it is
80ee600a 8 preferable to replace it with the /*@fallthrough@*/ semantic comment
885824d3 9lintcomments.c:11:13: Fall through case (no preceeding break)
10lintcomments.c:23:21: Traditional lint comment /*NOTREACHED*/ used. This is
11 interpreted by LCLint in the same way as most Unix lints, but it is
80ee600a 12 preferable to replace it with the /*@notreached@*/ semantic comment.
885824d3 13
14Finished LCLint checking --- 4 code errors found, as expected
15
16lintcomments.c: (in function f)
17lintcomments.c:11:13: Fall through case (no preceeding break)
18
19Finished LCLint checking --- 1 code error found, as expected
20
21lintcomments.c: (in function f)
22lintcomments.c:9:10: Fall through case (no preceeding break)
23lintcomments.c:10:10: Fall through case (no preceeding break)
24lintcomments.c:11:13: Fall through case (no preceeding break)
25lintcomments.c:24:8: Unreachable code: i++
26
27Finished LCLint checking --- 4 code errors found, as expected
This page took 0.075982 seconds and 5 git commands to generate.