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 d8a25be commit 38c9984Copy full SHA for 38c9984
src/goto-instrument/goto_instrument_parse_options.cpp
@@ -1482,6 +1482,7 @@ void goto_instrument_parse_optionst::help()
1482
" --show-symbol-table show symbol table\n"
1483
" --list-symbols list symbols with type information\n"
1484
HELP_SHOW_GOTO_FUNCTIONS
1485
+ " --drop-unused-functions drop functions trivially unreachable from main function\n" // NOLINT(*)
1486
" --print-internal-representation\n" // NOLINTNEXTLINE(*)
1487
" show verbose internal representation of the program\n"
1488
" --list-undefined-functions list functions without body\n"
0 commit comments