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 651841f commit 909654eCopy full SHA for 909654e
src/driver/sec_driver_parse_options.cpp
@@ -450,6 +450,7 @@ void sec_driver_parse_optionst::help()
450
"Java Bytecode frontend options:\n"
451
" --classpath dir/jar set the classpath\n"
452
" --main-class class-name set the name of the main class\n"
453
+ JAVA_BYTECODE_LANGUAGE_OPTIONS_HELP
454
"\n"
455
"Program representations:\n"
456
" --show-parse-tree show parse tree\n"
src/driver/sec_driver_parse_options.h
@@ -40,8 +40,8 @@ class optionst;
40
"(local-value-set-analysis)(show-value-sets)(lvsa-function):" \
41
"(security-scanner):" \
42
"(rebuild-taint-cache)" \
43
- "(lazy-methods)" \
44
UI_MESSAGE_OPTIONS \
+ JAVA_BYTECODE_LANGUAGE_OPTIONS \
45
// End of options
46
47
0 commit comments