summaryrefslogtreecommitdiffstats
path: root/tests/splint/splint.rc
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-04-02 20:59:01 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-04-02 21:07:30 +0300
commit99434724d0375280abe44944b0c39f45991f26df (patch)
tree687d5e7a8771f09dacd08dfc433259bfb59a15f7 /tests/splint/splint.rc
parent6c90e824c4e8f54c71645b63b1ea33b1e028cb97 (diff)
Fix splint warnings, add splint test case
Diffstat (limited to 'tests/splint/splint.rc')
-rw-r--r--tests/splint/splint.rc36
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/splint/splint.rc b/tests/splint/splint.rc
new file mode 100644
index 00000000..c77e210f
--- /dev/null
+++ b/tests/splint/splint.rc
@@ -0,0 +1,36 @@
++checks
++partial
++matchanyintegral
++strictlib
+-isoreserved # to be fixed in 0.3
+-nullassign
+-predboolint
+-predboolptr
++ptrnegate
+-switchloopbreak
++ignoresigns
+-infloopsuncon
+-type
+
+# splint's memory checks don't quite work without annotations
+-mustfreeonly
+-compmempass
+-nullret
+-observertrans
+-statictrans
+-compdestroy
+-nullpass
+-nullstate
+-compdef
+-usereleased
+-temptrans
+-dependenttrans
+-kepttrans
+-branchstate
+
+# These tests give false positives, compiler typically has
+# better warnings for these.
+-noret
+-noeffect
+-usedef
+