blob: 59f3e7d184243e705a96a819b32bee477356fd77 (
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
|
-I. -DHAVE_CONFIG_H -D_GNU_SOURCE
#+partial
+forcehints
-warnposix
+unixlib
-unrecogcomments # XXX ignore doxygen markings
+strict # lclint level
# --- in progress
-compdef # 3
-evalorder # 10
-infloopsuncon # 6
-noeffect # 4
-noeffectuncon # 51
-retalias # 7
-shiftimplementation
-shiftnegative
-temptrans # 6
-usereleased # 5
# --- +partial artifacts
# --- not-yet at strict level
-bitwisesigned # 16
-elseifcomplete #
-exportfcn # 76
-exporttype # 8
-forblock # tedious
-ifblock # tedious
-namechecks # tedious ANSI compliance checks
-compdestroy #
-mustdefine #
-sys-dir-errors
-strictops #
-whileblock # tedious
# --- not-yet at checks level
+enumint #
-mustfree #
-predboolptr #
-usedef #
# --- not-yet at standard level
-boolops #
+boolint #
+charint #
+ignorequals #
#+matchanyintegral #
|