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

#+partial
+forcehints

-warnposix

+unixlib

-unrecogcomments	# XXX ignore doxygen markings

+strict			# lclint level

# --- in progress
-bounds
-bufferoverflowhigh
-branchstate

# --- +partial artifacts

# --- not-yet at strict level
-elseifcomplete		# 18
-exportfcn		# 29
-ifblock		# 251
-namechecks		# 111
-ptrarith		# 47

-mustdefine		# 12
-sys-dir-errors

-strictops		# 24
-whileblock		# 15

# --- not-yet at checks level
-mustfree		# 38
-predboolptr		# 82

# --- not-yet at standard level
-boolops		# 124
-predboolint		# 53