Skip to content

Commit a51d764

Browse files
fixup! Specify source location for nondet expressions
1 parent c8341bf commit a51d764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansi-c/c_nondet_symbol_factory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ static const symbolt &c_new_tmp_symbol(
4343
}
4444

4545
/// \param type: Desired type (C_bool or plain bool)
46+
/// \param loc: source location
4647
/// \return nondet expr of that type
4748
static exprt c_get_nondet_bool(const typet &type, const source_locationt &loc)
4849
{

0 commit comments

Comments
 (0)