We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6770e74 commit 90c8198Copy full SHA for 90c8198
src/goto-programs/class_hierarchy.cpp
@@ -18,6 +18,10 @@ Date: April 2016
18
19
#include "class_hierarchy.h"
20
21
+/// Looks for all the struct types in the symbol table and construct a map from
22
+/// class names to a data structure that contains lists of parent and child
23
+/// classes for each struct type (ie class).
24
+/// \param symbol_table: The symbol table to analyze
25
void class_hierarchyt::operator()(const symbol_tablet &symbol_table)
26
{
27
forall_symbols(it, symbol_table.symbols)
0 commit comments