File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/analyses/variable-sensitivity Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 85
85
// clang-format off
86
86
#define HELP_VSD \
87
87
" --vsd-values value tracking - " \
88
- " constants|intervals|set-of-constants\n " /* NOLINT(whitespace/line_length) */ \
88
+ " constants|intervals|set-of-constants\n " /* NOLINT(whitespace/line_length) */ \
89
89
" --vsd-structs struct field sensitive analysis - " \
90
90
" top-bottom|every-field\n " /* NOLINT(whitespace/line_length) */ \
91
91
" --vsd-arrays array entry sensitive analysis - " \
92
92
" top-bottom|smash|up-to-n-elements|every-element\n " /* NOLINT(whitespace/line_length) */ \
93
93
" --vsd-array-max-elements the n in --vsd-arrays up-to-n-elements - " \
94
- " defaults 10 if not given" /* NOLINT(whitespace/line_length) */ \
94
+ " defaults 10 if not given\n " /* NOLINT(whitespace/line_length) */ \
95
95
" --vsd-pointers pointer sensitive analysis - " \
96
96
" top-bottom|constants|value-set\n " /* NOLINT(whitespace/line_length) */ \
97
97
" --vsd-unions union sensitive analysis - top-bottom\n " \
You can’t perform that action at this time.
0 commit comments