Fixed class diagram test cases on LLVM 16
This commit is contained in:
@@ -34,8 +34,12 @@ common::model::access_t class_element::access() const { return access_; }
|
||||
|
||||
std::string class_element::name() const { return name_; }
|
||||
|
||||
void class_element::set_name(const std::string &name) { name_ = name; }
|
||||
|
||||
std::string class_element::type() const { return type_; }
|
||||
|
||||
void class_element::set_type(const std::string &type) { type_ = type; }
|
||||
|
||||
inja::json class_element::context() const
|
||||
{
|
||||
inja::json ctx;
|
||||
|
||||
@@ -36,7 +36,10 @@ public:
|
||||
|
||||
common::model::access_t access() const;
|
||||
std::string name() const;
|
||||
void set_name(const std::string &name);
|
||||
|
||||
std::string type() const;
|
||||
void set_type(const std::string &type);
|
||||
|
||||
virtual inja::json context() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user