X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/e5081f8c08424e4511d50a3b1fc187666c95852c..16c024b587f5ddc115928d5cca7095508aa208d9:/src/flags.def diff --git a/src/flags.def b/src/flags.def index 29d9527..afc3cff 100644 --- a/src/flags.def +++ b/src/flags.def @@ -472,6 +472,15 @@ static flaglist flags = "An abstraction barrier is broken. If necessary, use /*@access @*/ 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",