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 043f0e0 commit 6ea384fCopy full SHA for 6ea384f
src/cbmc/cbmc_parse_options.cpp
@@ -1041,6 +1041,7 @@ void cbmc_parse_optionst::help()
1041
"\n"
1042
"Backend options:\n"
1043
" --object-bits n number of bits used for object addresses\n"
1044
+ // NOLINTNEXTLINE(whitespace/line_length)
1045
" --malloc-may-fail allow malloc calls to return a null pointer\n"
1046
" --dimacs generate CNF in DIMACS format\n"
1047
" --beautify beautify the counterexample (greedy heuristic)\n" // NOLINT(*)
0 commit comments