Document symbol bag class and methods
This commit is contained in:
@@ -69,7 +69,7 @@ namespace elna::boot
|
||||
{
|
||||
return std::move(name_analyser.errors());
|
||||
}
|
||||
type_analysis_visitor type_analyzer(path);
|
||||
type_analysis_visitor type_analyzer(path, bag);
|
||||
tree->accept(&type_analyzer);
|
||||
|
||||
if (type_analyzer.has_errors())
|
||||
|
Reference in New Issue
Block a user