]> andersk Git - splint.git/blobdiff - src/flags.def
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / src / flags.def
index 29d952718a61bf2feac382d76b9c265bb58602f6..afc3cff08ea93a2a92223f1bf91d071c960056a7 100644 (file)
@@ -472,6 +472,15 @@ static flaglist flags =
     "An abstraction barrier is broken. If necessary, use /*@access <type>@*/ to allow access to an abstract type.",
     0, 0
   },
+  {
+    FK_ABSTRACT, FK_NONE, modeFlag,
+    "abstractcompare",
+    FLG_ABSTRACTCOMPARE,
+    "object equality comparison on abstract type operands",
+    "An object comparison (== or !=) is used on operands of abstract type.",
+    0, 0
+  },
+
   {
     FK_ABSTRACT, FK_NONE, plainFlag,
     "numabstract",
@@ -3287,6 +3296,20 @@ static flaglist flags =
     "set number of spaces to indent sub-messages",
     NULL, 0, 0
   },
+  {
+    FK_FORMAT, FK_DISPLAY, valueFlag,
+    "locindentspaces",
+    FLG_LOCINDENTSPACES,
+    "set number of spaces to indent sub-messages that start with file locations",
+    NULL, 0, 0
+  },
+  {
+    FK_FORMAT, FK_DISPLAY, plainFlag,
+    "showdeephistory",
+    FLG_SHOWDEEPHISTORY,
+    "show all available information about storage mentioned in warnings",
+    NULL, 0, 0
+  },
   {
     FK_FORMAT, FK_DISPLAY, plainFlag,
     "showcolumn",
This page took 0.037225 seconds and 4 git commands to generate.