]> andersk Git - splint.git/blobdiff - src/mtgrammar.c
Cleaned up flags to generate manual help.
[splint.git] / src / mtgrammar.c
index c240c19a8a0af0bd9116302af9fd4617e3362cdc..1e124aa603df8dcc7424784ad64a51c14a0b0907 100644 (file)
 /*@-dependenttrans@*/
 /*@-unqualifiedtrans@*/
 /*@-nullassign@*/
+/*@-nullpass@*/
+/*@-nullptrarith*/
+/*@-usereleased@*/
 /*@-declundef@*/
 
 /*drl added 11/27/2001*/
-/*@-arraybounds@*/
-/*@-arrayboundsread@*/
+/*@-bounds@*/
 /* < end of bison.head > */
 
 
@@ -123,7 +125,7 @@ extern ctype mtscanner_lookupType (mttok p_tok) /*@modifies p_tok@*/ ;
     # include "mtscanner.h"
   */
 
-static /*@noreturn@*/ void mterror (char *);
+static /*@exits@*/ void mterror (char *);
 
 /*@-noparams@*/ /* Can't list params since YYSTYPE isn't defined yet. */
 static void yyprint (/*FILE *p_file, int p_type, YYSTYPE p_value */);
@@ -1514,5 +1516,4 @@ static void yyprint (FILE *file, int type, YYSTYPE value)
 
 
 /*drl added 11/27/2001*/
-/*@=arraybounds@*/
-/*@=arrayboundsread@*/
+/*@=bounds@*/
This page took 0.401692 seconds and 4 git commands to generate.