-
Notifications
You must be signed in to change notification settings - Fork 1
/
.splintrc
94 lines (78 loc) · 1.53 KB
/
.splintrc
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
-I. -I.. -I../build -I../lib -I../rpmdb -I../rpmio -I../beecrypt -I../popt -DHAVE_CONFIG_H -D_GNU_SOURCE
+partial
+forcehints
-warnposix
+unixlib
-unrecogcomments # XXX ignore doxygen markings
+strict # lclint level
# --- in progress
+likelybounds
+slovak-fcns
-bufferoverflowhigh
-castfcnptr # 48
-compdef # 28
-globs # 150
-globstate # 3 rpmfd
-internalglobs # 114
-modfilesys # 131
-moduncon # 441
-noeffect # 7
-noeffectuncon # 132
-nullassign # 60
-nullpass # 40
-paramuse # 14
-protoparammatch # 5
-redecl # 23
-retalias # 41 PyNone
-retvalint # 51
-sizeoftype # 11
-type # 44
-usereleased # 6
-dependenttrans # 3
-exposetrans # 2 rpmte
-immediatetrans # 34 PyNone
-kepttrans # 1 rpmfd
-newreftrans # 3
-onlytrans # 2 rpmfd
-readonlytrans # 211
-refcounttrans # 5
-statictrans # 46
-temptrans # 10
-ifempty # 51
# --- +partial artifacts
-declundef
-exportheadervar
-exportlocal
-enummemuse
-fcnuse
-typeuse
-varuse
# --- not-yet at strict level
-bitwisesigned # 160
-elseifcomplete # 9
-exportconst # 687
-exportfcn # 464
-exporttype # 196
-exportvar # 55
-fielduse # 225 occurrence <bits/sigset.h>
-forblock # tedious
-ifblock # tedious
-namechecks # 1679
-ptrarith # 201
-compdestroy # 125
-mustdefine # 76
-sys-dir-errors
-strictops # 54
-strictusereleased # 3
-whileblock # 20
# --- not-yet at checks level
+enumint # 211
-mustfree # 219
-predboolptr # 107
-usedef # 42
# --- not-yet at standard level
-boolops # 81
+boolint # 18
+charint # 74
+ignorequals # 104
+matchanyintegral # 90