Skip to content

Minor formatting fix to contracts help #7563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/goto-instrument/contracts/dynamic-frames/dfcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ class optionst;

// clang-format off
#define HELP_DFCC \
"--dfcc <harness> activate dynamic frame condition checking for function\n"\
" contracts using the given harness as entry point"
" --dfcc <harness> activate dynamic frame condition checking for function\n"\
" contracts using the given harness as entry point\n"

#define FLAG_ENFORCE_CONTRACT_REC "enforce-contract-rec"
#define OPT_ENFORCE_CONTRACT_REC "(" FLAG_ENFORCE_CONTRACT_REC "):"
#define HELP_ENFORCE_CONTRACT_REC \
" --enforce-contract-rec <function>[/<contract>]" \
" wrap fun with an assertion of the contract\n"\
" and assume recursive calls to fun satisfy \n"\
" the contract"
" the contract\n"
// clang-format on

/// Exception thrown for bad function/contract specification pairs passed on
Expand Down