Remove .splintrc's in the tree
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 7 Nov 2007 07:01:38 +0000 (09:01 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 7 Nov 2007 07:01:38 +0000 (09:01 +0200)
.splintrc [deleted file]
build/.splintrc [deleted file]
lib/.splintrc [deleted file]
lua/.splintrc [deleted file]
python/.splintrc [deleted file]
rpmdb/.splintrc [deleted file]
rpmio/.splintrc [deleted file]

diff --git a/.splintrc b/.splintrc
deleted file mode 100644 (file)
index 22fa7a5..0000000
--- a/.splintrc
+++ /dev/null
@@ -1,74 +0,0 @@
--I. -I./build -I./lib -I./rpmdb -I./rpmio -I./beecrypt -I./lua/include -I./lua/local -I./file/src -I./popt -I./elfutils/libelf -I./zlib -I/usr/lib/gcc-lib/i386-redhat-linux/3.1/include -DHAVE_CONFIG_H -D_GNU_SOURCE -D_REENTRANT -DHAVE_DEV_DSP -DHAVE_SYS_SOUNDCARD
-
-#+partial
-+forcehints
-
-#-warnunixlib
--warnposix
-
-+unixlib
-
--unrecogcomments       # XXX ignore doxygen markings
-
-+strict                        # lclint level
-
-# --- in progress
-+likelybounds
-+slovak-fcns
-+access-slovak
--redecl
--bufferoverflowhigh
--whileempty
-
--macroparams
--declundef
--enummemuse
--fcnuse
--typeuse
--varuse
-
-# --- not-yet at strict level
--bitwisesigned         # pita
--elseifcomplete                # 95 occurences
--exportconst           # 839 occurences
--exportfcn
--exporttype
--exportvar
--fielduse              # 1 occurence <bits/sigset.h>
--forblock              # tedious
--ifblock               # tedious
--namechecks            # tedious ANSI compliance checks
--ptrarith              # tedious
-
--compdestroy
--mustdefine
--sys-dir-errors
-
--strictops
--whileblock            # tedious
-
-# --- random anal-retentive parameters
-#+mod-internal-strict
-#+globnoglobs          # 1 occurence
-#+internalglobnoglobs          # ???
-#+modglobsunchecked    # 73 occurences
-#+warnmissingglobsnomods       # ???
-#+strictbranchstate
-#+strictdestroy
-#+ansi-reserved-internal
-#controlnestdepth 15
-
-# --- not-yet at checks level
--ansi-reserved         # goofy
-+enumint               # 93 occurences
--mustfree              # 1612 occurences, _free and alloca are painful
--predboolptr           # 773 occurences
--usedef                        # 303 occurences, HGE_t needs work
-
-# --- not-yet at standard level
--boolops               # 1898 occurences
--predboolint           # 1248 occurences
-+boolint               # 74 occurences
-+charint               # 529 occurences
-+ignorequals           # 138 occurences
-+matchanyintegral      # 225 occurences
diff --git a/build/.splintrc b/build/.splintrc
deleted file mode 100644 (file)
index 0a85588..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
--I. -I.. -I../file/src -I../lib -I../rpmdb -I../rpmio -I../beecrypt -I../popt -I../elfutils/libelf -DHAVE_CONFIG_H -D_GNU_SOURCE
-
-+partial
-+forcehints
-
--warnposix
-
-+unixlib
-
--unrecogcomments       # XXX ignore doxygen markings
-
-+strict                        # lclint level
-
-# --- in progress
-+bounds
--bufferoverflowhigh
-
-# --- +partial artifacts
--declundef
--exportheadervar
--exportlocal
-
--enummemuse
--fcnuse
--typeuse
--varuse
-
-# --- not-yet at strict level
--bitwisesigned         # pita
--elseifcomplete                # 95 occurences
--exportconst           # 839 occurences
--exportfcn
--exporttype
--exportvar
--fielduse              # 1 occurence <bits/sigset.h>
--forblock              # tedious
--ifblock               # tedious
--namechecks            # tedious ANSI compliance checks
--ptrarith              # tedious
-
--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
diff --git a/lib/.splintrc b/lib/.splintrc
deleted file mode 100644 (file)
index 0ab9a4a..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
--I. -I.. -I../build -I../rpmdb -I../rpmio -I../beecrypt -I../popt -I../elfutils/libelf -DHAVE_CONFIG_H -D_GNU_SOURCE
-
-+partial
-+forcehints
-
--warnposix
-
-+unixlib
-
-+access-slovak
--unrecogcomments       # XXX ignore doxygen markings
-
-+strict                        # lclint level
-
-# --- in progress
-#+bounds
-+slovak-fcns
--redecl
--bufferoverflowhigh
-
--nullpass              # 62 rpmExpand annoyance
-
-# --- +partial artifacts
--declundef
--exportheadervar
--exportlocal
-
--enummemuse
--fcnuse
--typeuse
--varuse
-
-# --- not-yet at strict level
--bitwisesigned         # 255
--elseifcomplete                # 95 occurences
--exportconst           # 839 occurences
--exportfcn
--exporttype
--exportvar
--fielduse              # 405
--forblock              # tedious
--ifblock               # tedious
--namechecks            # 1843 tedious ANSI compliance checks
--ptrarith              # 164
-
--compdestroy           # 66
--mustdefine            # 66
--sys-dir-errors                # 842
-
--strictops             # 46
--whileblock            # 54
-
-# --- not-yet at checks level
-+enumint               # 861
--mustfree              # 671
--predboolptr           # 308
--usedef                        # 126
-
-# --- not-yet at standard level
--boolops               # 165
-+boolint               # 106
-+charint               # 173
-+ignorequals           # 397
-+matchanyintegral      # 115
diff --git a/lua/.splintrc b/lua/.splintrc
deleted file mode 100644 (file)
index 2983f38..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
--I. -I./include -I./local -DHAVE_CONFIG_H -DUSE_DLOPEN -DWITH_POSIX -D_GNU_SOURCE -D_REENTRANT -DUSE_POPEN
-
-#+partial
-+forcehints
-
-
-#-warnunixlib
--warnposix
-
-+unixlib
-
-#-unrecogcomments      # XXX ignore doxygen markings
-
-+strict                        # lclint level
-
-# --- in progress
-+enumindex             # 20
-
--boolops               # 8
--branchstate           # 54
--bufferoverflowhigh    # 1
--castfcnptr            # 1
--compdef               # 111
--compdestroy           # 18
--compmempass           # 137
--declundef             # 42
--evalorder             # 60
--infloops              # 2
--mayaliasunique                # 4
--moduncon              # 5 dlopen et al
--modunconnomods                # 6 ctype.h
--noeffect              # 169
--noeffectuncon         # 5
--nullderef             # 109
--nullpass              # 28
--nullptrarith          # 11
--nullret               # 1
--nullstate             # 19
--predboolptr           # 34
--protoparammatch       # 58
--realcompare           # 8
--retalias              # 30
--retvalint             # 44
--retvalother           # 42
--shiftnegative         # 8
--sizeoftype            # 125
--stackref              # 5
--type                  # 12
--uniondef              # 26
--unrecog
--usereleased           # 13
-
--immediatetrans                # 40
--temptrans             # 27
--unqualifiedtrans      # 2
-
--casebreak             # 3
--looploopbreak         # 1
--loopswitchbreak       # 89
--switchswitchbreak     # 9
-
--exportheader          # 233
--exportlocal           # 13
--exporttype
-
--fielduse              # 24
--typeuse               # 1 ls_hash
-
-# --- not-yet at strict level
--bitwisesigned         #
--elseifcomplete                #
--forblock              #
--ifblock               #
--incondefs             #
--namechecks            # tedious ANSI compliance checks
--ptrarith              # tedious
-
--mustdefine            #
--shiftimplementation   #
-
--strictops             #
--whileblock            #
-
-# --- not-yet at checks level
--mustfree              #
--usedef                        #
-
-# --- not-yet at standard level
-+boolint               #
-+charint               #
-+ignorequals           #
-+matchanyintegral      #
diff --git a/python/.splintrc b/python/.splintrc
deleted file mode 100644 (file)
index e757a05..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
--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 occurence <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
diff --git a/rpmdb/.splintrc b/rpmdb/.splintrc
deleted file mode 100644 (file)
index 090235f..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
--I. -I.. -I../build -I../lib -I../rpmio -I../beecrypt -I../popt -I../elfutils/libelf -DHAVE_CONFIG_H -D_GNU_SOURCE
-
-+partial
-+forcehints
-
--warnposix
-
-+unixlib
-
--unrecogcomments       # XXX ignore doxygen markings
-
-+strict                        # lclint level
-
-# --- in progress
-+bounds
-+slovak-fcns
--bufferoverflowhigh
-
-# --- +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 occurence <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
diff --git a/rpmio/.splintrc b/rpmio/.splintrc
deleted file mode 100644 (file)
index fda56ff..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
--I. -I.. -I../neon/src -I../lua/include -I../lua/include/local -I../beecrypt -I../popt -I../zlib -DHAVE_CONFIG_H -D_GNU_SOURCE
-
-+partial
-+forcehints
-
--warnposix
-
-+unixlib
-
--unrecogcomments       # XXX ignore doxygen markings
-
-+strict                        # lclint level
-
-# --- in progress
-+bounds
--bufferoverflowhigh
-
-# --- +partial artifacts
--declundef
--exportheadervar
--exportlocal
-
--enummemuse
--fcnuse
--typeuse
--varuse
-
-# --- not-yet at strict level
--bitwisesigned         # 204
--elseifcomplete                # 31
--exportconst           # 265
--exportfcn             # 381
--exporttype            # 109
--exportvar             # 32
--fielduse              # 72
--forblock              # tedious
--ifblock               # tedious
--namechecks            # 929 tedious ANSI compliance checks
--ptrarith              # 104
-
--compdestroy           # 21
--mustdefine            # 34
--sys-dir-errors
-
--strictops             # 51
--whileblock            # tedious
-
-# --- not-yet at checks level
-+enumint               # 117
--mustfree              # 136
--predboolptr           # 156
--usedef                        # 9
-
-# --- not-yet at standard level
--boolops               # 117
-+boolint               # 11
-+charint               # 146
-+ignorequals           # 112
-+matchanyintegral      # 39