Fixed package diagram generation
This commit is contained in:
@@ -783,8 +783,7 @@ bool translation_unit_visitor::find_relationships(const clang::QualType &type,
|
||||
found_relationships_t &relationships,
|
||||
clanguml::common::model::relationship_t relationship_hint)
|
||||
{
|
||||
bool result = false;
|
||||
// std::string type_name =
|
||||
bool result{false};
|
||||
|
||||
if (type->isPointerType()) {
|
||||
relationship_hint = relationship_t::kAssociation;
|
||||
|
||||
@@ -58,13 +58,10 @@ public:
|
||||
|
||||
virtual bool VisitTypeAliasTemplateDecl(clang::TypeAliasTemplateDecl *cls);
|
||||
|
||||
// virtual bool VisitVarDecl(clang::VarDecl *variable_declaration);
|
||||
clanguml::class_diagram::model::diagram &diagram() { return diagram_; }
|
||||
|
||||
const clanguml::config::class_diagram &config() const { return config_; }
|
||||
|
||||
// void operator()();
|
||||
|
||||
void finalize();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user