summaryrefslogtreecommitdiff
path: root/.splintrc
blob: 26806ab9765ccc2cc699eb0393aae535b108b50a (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
-I. -DHAVE_CONFIG_H -D_GNU_SOURCE

#+partial
+forcehints

-warnposix

+unixlib

-unrecogcomments	# XXX ignore doxygen markings

+strict			# lclint level

# --- in progress
#+bounds
-bufferoverflowhigh

-bitwisesigned
-branchstate
-compdef
-globuse
-internalglobs
-modnomods
-modobserveruncon
-mods
-moduncon
-modunconnomods
-mustmod
-noeffectuncon
-nullderef
-nullpass
-nullptrarith
-nullret
-nullstate
-protoparammatch
-retalias
-retvalint
-retvalother
-sizeoftype
-type
-unrecog

-temptrans

+charint
-exportvar
+matchanyintegral
-varuse

# --- +partial artifacts

# --- not-yet at strict level
-elseifcomplete		# 18
-exportfcn		# 25
-ifblock		# 202
-namechecks		# 206
-ptrarith		# 43

-mustdefine		# 10
-shiftimplementation	# 120
-sys-dir-errors

-strictops		# 16
-whileblock		# 10

# --- not-yet at checks level
-mustfree		# 52
-predboolptr		# 62
-usedef			# 1

# --- not-yet at standard level
-boolops		# 112
-predboolint		# 38
+ignorequals		# 17