Skip to content

Commit 77bda4e

Browse files
authored
Merge pull request #990 from thk123/refactor/gen-nondet-init
Refactor gen_nondet_init
2 parents a857372 + fde9c76 commit 77bda4e

File tree

2 files changed

+258
-167
lines changed

2 files changed

+258
-167
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)