blob: 3f9490c2941e78a7f0dffc50a2039634c2f01b34 (
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
|
-I. -DHAVE_CONFIG_H -D_GNU_SOURCE
#+partial
+forcehints
#-warnunixlib
-warnposix
+unixlib
-unrecogcomments # XXX ignore doxygen markings
+strict # lclint level
# --- in progress
+bounds
-bufferoverflowhigh
# --- +partial artifacts
-fcnuse # 7
# --- not-yet at strict level
-bitwisesigned # 75
-elseifcomplete # 18
-exportfcn # 25
-globs # 12 <ctype.h>
-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 # 30
+charint # 3
+ignorequals # 13
|