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 d9cc0c0 commit 04f2fafCopy full SHA for 04f2faf
src/goto-programs/remove_virtual_functions.cpp
@@ -192,6 +192,9 @@ void remove_virtual_functionst::remove_virtual_function(
192
{
193
// No definition for this type; shouldn't be possible...
194
t1->make_assertion(false_exprt());
195
+ t1->source_location.set_comment(
196
+ ("cannot find calls for " +
197
+ id2string(code.function().get(ID_identifier))));
198
}
199
insertit.first->second=t1;
200
// goto final
0 commit comments