We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_show_symbol_language
1 parent 2b47481 commit 21ac550Copy full SHA for 21ac550
src/goto-programs/show_symbol_table.cpp
@@ -26,6 +26,12 @@ Author: Daniel Kroening, [email protected]
26
27
/// \brief Gets the language which should be used for showing the type and value
28
/// of the supplied \p symbol.
29
+/// \return A unique pointer, pointing to the language corresponding to the mode
30
+/// of the \p symbol in the case where the symbol specifies a known/registered
31
+/// language mode. Returns the globally configured default language/first
32
+/// language registered in the case where mode is empty or does not correspond
33
+/// to a known registered language. The enables showing the symbol even if the
34
+/// language is not recognised.
35
static std::unique_ptr<languaget>
36
get_show_symbol_language(const symbolt &symbol)
37
{
0 commit comments