-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.splintrc
More file actions
130 lines (113 loc) · 2.19 KB
/
Copy path.splintrc
File metadata and controls
130 lines (113 loc) · 2.19 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
-I. -I./build -I./lib -I./rpmdb -I./rpmio -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include/beecrypt -I/usr/include/neon -I/usr/include/xar -I./lua -I./lua/local -I./file/src -DHAVE_CONFIG_H -D_GNU_SOURCE -D_REENTRANT
#+partial
+forcehints
#-warnunixlib
-warnposix
+unixlib
-unrecogcomments # XXX ignore doxygen markings
+strict # lclint level
# --- in progress
#+likelybounds
+slovak-fcns
+access-slovak
-branchstate
-bufferoverflowhigh
-redecl
-aliasunique
-compdef
-compmempass
-duplicatequals
-evalorder
-formatconst
-globs
-globstate
-globuse
-incondefs
-infloops
-infloopsuncon
-internalglobs
-modobserver
-mods
-moduncon
-mustmod
-noeffect
-noeffectuncon
-noparams
-nullassign
-nullderef
-nullpass
-nullptrarith
-nullstate
-oldstyle
-paramuse
-protoparammatch
-retvalint
-retvalother
-shadow
-shiftimplementation
-shiftnegative
-sizeoftype
-type
-unrecog
-usereleased
-warnlintcomments
-dependenttrans
-kepttrans
-temptrans
-observertrans
-onlytrans
-ownedtrans
-readonlytrans
-statictrans
-unqualifiedtrans
-looploopbreak
-whileempty
-exportheader
-exportheadervar
-exportlocal
-macroparams
-declundef
-enummemuse
-fcnuse
-typeuse
-varuse
# --- not-yet at strict level
-bitwisesigned # pita
-elseifcomplete # 95 occurences
-exportconst # 839 occurences
-exportfcn
-exporttype
-exportvar
-fielduse # 1 occurence <bits/sigset.h>
-forblock # tedious
-ifblock # tedious
-namechecks # tedious ANSI compliance checks
-ptrarith # tedious
-compdestroy
-mustdefine
-sys-dir-errors
-strictops
-whileblock # tedious
# --- random anal-retentive parameters
#+mod-internal-strict
#+globnoglobs # 1 occurence
#+internalglobnoglobs # ???
#+modglobsunchecked # 73 occurences
#+warnmissingglobsnomods # ???
#+strictbranchstate
#+strictdestroy
#+ansi-reserved-internal
#controlnestdepth 15
# --- not-yet at checks level
-ansi-reserved # goofy
+enumint # 93 occurences
-mustfree # 1612 occurences, _free and alloca are painful
-predboolptr # 773 occurences
-usedef # 303 occurences, HGE_t needs work
# --- not-yet at standard level
-boolops # 1898 occurences
-predboolint # 1248 occurences
+boolint # 74 occurences
+charint # 529 occurences
+ignorequals # 138 occurences
+matchanyintegral # 225 occurences