Skip to content
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