|
18 | 18 |
|
19 | 19 | #include <goto-programs/goto_functions.h>
|
20 | 20 | #include <goto-programs/show_goto_functions.h>
|
| 21 | +#include <goto-programs/show_properties.h> |
21 | 22 | #include <goto-programs/remove_const_function_pointers.h>
|
22 | 23 |
|
23 | 24 | #include <analyses/goto_check.h>
|
24 | 25 |
|
| 26 | +// clang-format off |
25 | 27 | #define GOTO_INSTRUMENT_OPTIONS \
|
26 | 28 | "(all)" \
|
27 | 29 | "(document-claims-latex)(document-claims-html)" \
|
|
51 | 53 | "(stack-depth):(nondet-static)" \
|
52 | 54 | "(function-enter):(function-exit):(branch):" \
|
53 | 55 | OPT_SHOW_GOTO_FUNCTIONS \
|
| 56 | + OPT_SHOW_PROPERTIES \ |
54 | 57 | "(drop-unused-functions)" \
|
55 | 58 | "(show-value-sets)" \
|
56 | 59 | "(show-global-may-alias)" \
|
|
64 | 67 | OPT_REMOVE_CONST_FUNCTION_POINTERS \
|
65 | 68 | "(print-internal-representation)" \
|
66 | 69 | "(remove-function-pointers)" \
|
67 |
| - "(show-claims)(show-properties)(property):" \ |
| 70 | + "(show-claims)(property):" \ |
68 | 71 | "(show-symbol-table)(show-points-to)(show-rw-set)" \
|
69 | 72 | "(cav11)" \
|
70 | 73 | OPT_TIMESTAMP \
|
|
81 | 84 | "(show-threaded)(list-calls-args)(print-path-lengths)" \
|
82 | 85 | "(undefined-function-is-assume-false)" \
|
83 | 86 | "(remove-function-body):"\
|
84 |
| - "(splice-call):" \ |
85 |
| - |
| 87 | + "(splice-call):" |
| 88 | +// clang-format on |
86 | 89 |
|
87 | 90 | class goto_instrument_parse_optionst:
|
88 | 91 | public parse_options_baset,
|
|
0 commit comments