Skip to content

Commit 3399a6b

Browse files
Documentation
1 parent 8eab28e commit 3399a6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/goto-symex/symex_builtin_functions.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,11 @@ void goto_symext::symex_output(
361361
target.output(state.guard.as_expr(), state.source, output_id, args);
362362
}
363363

364+
/// Handles side effects of type 'new' for C++ and 'new array'
365+
/// for C++ and Java language modes
366+
/// \param state: Symex state
367+
/// \param lhs: left-hand side of assignment
368+
/// \param code: right-hand side containing side effect
364369
void goto_symext::symex_cpp_new(
365370
statet &state,
366371
const exprt &lhs,

0 commit comments

Comments
 (0)