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 c674ce7 commit 40d1560Copy full SHA for 40d1560
src/ansi-c/ansi_c_declaration.cpp
@@ -128,6 +128,7 @@ void ansi_c_declarationt::to_symbol(
128
symbol.value=declarator.value();
129
symbol.type=full_type(declarator);
130
symbol.name=declarator.get_name();
131
+ symbol.pretty_name=symbol.name;
132
symbol.base_name=declarator.get_base_name();
133
symbol.is_type=get_is_typedef();
134
symbol.location=declarator.source_location();
0 commit comments