blob: 9f1cae6e846390561b22ba700b571b2c9905e2fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
-I. -I.. -I../../zlib -DHAVE_CONFIG_H -DSTDC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGFILE_SOURCE -D__STDC__=1 -DHAVE_STRUCT_STAT_ST_RDEV -DSIZEOF_UINT64_T=8
#+partial
+forcehints
-warnposix
+unixlib
-unrecogcomments # XXX ignore doxygen markings
+strict # lclint level
# --- in progress
-bounds
-branchstate
-compdef
-compmempass
-compdestroy
-evalorder
-exitarg
-formatconst
-macroredef
-modobserver # 9
-modunconnomods
-mustmod # 2
-nullderef
-nullpass
-nullstate
-predboolptr
-redef
-retvalint
-retvalother
-sizeoftype
-type
-uniondef
-unrecog
-usereleased
+voidabstract
-temptrans
-looploopbreak
-loopswitchbreak
-looploopcontinue
-switchloopbreak
-switchswitchbreak
-whileempty
-constuse
-declundef
-exportlocal
-exportfcn
-exportheader # 50
-exporttype
-fcnuse
-fielduse
-typeuse
-varuse
# --- not-yet at strict level
-bitwisesigned # 86
-elseifcomplete # 2
-forblock # 6
-ifblock # 231
-incondefs # 64
-namechecks # tedious ANSI compliance checks
-ptrarith # tedious
-mustdefine # 25
-shiftimplementation # 148 ctype.h
-strictops # 37
-whileblock # 16
# --- not-yet at checks level
-mustfree # 26
-usedef # 31
# --- not-yet at standard level
+boolint # 38
+charint # 147
+ignorequals # 49
+matchanyintegral # 77
|