We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c47a4f commit 8a6ff17Copy full SHA for 8a6ff17
src/goto-instrument/uninitialized.cpp
@@ -158,7 +158,7 @@ void uninitializedt::add_assertions(
158
symbol_exprt(new_identifier, bool_typet()),
159
instruction.source_location());
160
assertion.source_location_nonconst().set_comment(
161
- "use of uninitialized local variable");
+ "use of uninitialized local variable " + id2string(identifier));
162
assertion.source_location_nonconst().set_property_class(
163
"uninitialized local");
164
0 commit comments