Skip to content

Commit 90c8198

Browse files
author
thk123
committed
Added missing comment to class_hieracrchyt
1 parent 6770e74 commit 90c8198

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/goto-programs/class_hierarchy.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Date: April 2016
1818

1919
#include "class_hierarchy.h"
2020

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
2125
void class_hierarchyt::operator()(const symbol_tablet &symbol_table)
2226
{
2327
forall_symbols(it, symbol_table.symbols)

0 commit comments

Comments
 (0)