Added test case for inner type aliases with parent class template args

This commit is contained in:
Bartek Kryza
2022-06-07 22:49:13 +02:00
parent 5231fb43b4
commit 1de4a40ae9
11 changed files with 160 additions and 37 deletions

View File

@@ -132,7 +132,8 @@ void translation_unit_visitor::process_external_system_header(
f->set_name(include_directive.name());
f->set_type(common::model::source_file_t::kHeader);
ctx.diagram().add_element(std::move(f));
if (!ctx.diagram().add_element(std::move(f)))
LOG_DBG("Include {} already in the model", include_directive.name());
auto dependency_relationship = common::model::relationship{
common::model::relationship_t::kDependency,