]> andersk Git - splint.git/blob - test/lintcomments.out
Lots of changes. Code is mostly annotated. Still lots of breaken stuff though.
[splint.git] / test / lintcomments.out
1
2 lintcomments.c: (in function f)
3 lintcomments.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
5     preferable to replace it with the /*@fallthrough@*/ stylized comment
6 lintcomments.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
8     preferable to replace it with the /*@fallthrough@*/ stylized comment
9 lintcomments.c:11:13: Fall through case (no preceeding break)
10 lintcomments.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
12     preferable to replace it with the /*@notreached@*/ stylized comment.
13 constraintExpr.c:307: at source point
14 lintcomments.c:28:2: *** Internal Bug at constraintExpr.c:307: llassert failed:
15                          constraintExprData_isDefined(data) [errno: 25]
16 *** Last code point: aliasChecks.c:3664
17 *** Previous code point: aliasChecks.c:3565
18 Possible system error diagnostic: : Inappropriate ioctl for device
19      *** Please report bug to lclint-bug@cs.virginia.edu ***
20        (attempting to continue, results may be incorrect)
21 lclint: llerror.c:1204: llbugaux: Assertion `0' failed.
22 Abort (core dumped)
This page took 0.2653 seconds and 5 git commands to generate.