Skip to content

Commit 1ad87fc

Browse files
Document use_update template paramater
Documentation was missing.
1 parent debaefc commit 1ad87fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-symex/symex_assign.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ struct assignmentt final
156156
/// \ref symex_assignt::assign_struct_member have done, but now making use
157157
/// of the index/member that may only be known after renaming to L2 has taken
158158
/// place.
159+
/// \tparam use_update: use update_exprt instead of with_exprt when building
160+
/// expressions that modify components of an array or a struct
159161
/// \param [in, out] state: symbolic execution state to perform renaming
160162
/// \param assignment: an assignment to rewrite
161163
/// \param ns: namespace

0 commit comments

Comments
 (0)