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 fb60592 commit e115cefCopy full SHA for e115cef
src/summaries/summary_dump.cpp
@@ -801,7 +801,7 @@ std::string dump_goto_program_in_html(
801
if(!ordered_declarations.empty())
802
{
803
ostr
804
- << "<h3>Listing of functions without bodies (declared only)</h3>\n"
+ << "<h3>Listing of functions without bodies (undefined references)</h3>\n"
805
<< "<table>\n"
806
<< " <caption>There are "
807
<< ordered_declarations.size()
@@ -954,7 +954,7 @@ std::string dump_goto_functions_in_html(
954
955
956
957
958
959
960
0 commit comments