Detect alias cycles
This commit is contained in:
@ -95,7 +95,7 @@ static void elna_parse_file(const char *filename)
|
||||
|
||||
if (name_analysis_visitor.errors().empty())
|
||||
{
|
||||
elna::gcc::do_semantic_analysis(info_table, symbol_table);
|
||||
elna::gcc::rewrite_symbol_table(info_table, symbol_table);
|
||||
|
||||
elna::gcc::generic_visitor generic_visitor{ symbol_table, info_table };
|
||||
generic_visitor.visit(module_tree.get());
|
||||
|
Reference in New Issue
Block a user