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 77db049 commit f55ab5dCopy full SHA for f55ab5d
src/goto-harness/function_harness_generator_options.h
@@ -48,8 +48,11 @@ Author: Diffblue Ltd.
48
" set the parameter <size_name> to the size" \
49
" of\n the array <array_name>\n" \
50
" (implies " \
51
- "-- " FUNCTION_HARNESS_GENERATOR_ASSOCIATED_ARRAY_SIZE_OPT \
+ "-- " FUNCTION_HARNESS_GENERATOR_TREAT_POINTER_AS_ARRAY_OPT \
52
" <array_name>)\n" \
53
+ "--" FUNCTION_HARNESS_GENERATOR_TREAT_POINTER_AS_CSTRING \
54
+ " p treat the function parameter with the name `p' as\n" \
55
+ " a string of characters\n" \
56
// FUNCTION_HARNESS_GENERATOR_HELP
57
58
// clang-format on
0 commit comments