We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47631b8 commit 1256695Copy full SHA for 1256695
src/cbmc/cbmc_parse_options.cpp
@@ -325,10 +325,11 @@ void cbmc_parse_optionst::get_command_line_options(optionst &options)
325
// Enable flags that in combination provide analysis with no surprises
326
// (expected checks and no unsoundness by missing checks).
327
if (!cmdline.isset("no-standard-checks") && options.get_bool_option("standard-checks"))
328
+ {
329
set_default_analysis_flags(options);
-
330
- PARSE_OPTIONS_GOTO_CHECK_DEFAULTS_OVERRIDE(cmdline, options);
331
+ PARSE_OPTIONS_GOTO_CHECK_DEFAULTS_OVERRIDE(cmdline, options);
+ }
332
+
333
// all (non-default) checks supported by goto_check
334
PARSE_OPTIONS_GOTO_CHECK(cmdline, options);
335
0 commit comments