Fixed clang-tidy warnings
This commit is contained in:
@@ -83,4 +83,4 @@ std::string map_type_parameter_to_template_parameter_name(
|
||||
return type_parameter;
|
||||
}
|
||||
|
||||
} // namespace clanguml::class_diagram::visitor
|
||||
} // namespace clanguml::common::visitor
|
||||
|
||||
@@ -119,7 +119,7 @@ public:
|
||||
void build(
|
||||
clanguml::common::model::template_element &template_instantiation,
|
||||
const clang::NamedDecl *cls, const clang::TemplateDecl *template_decl,
|
||||
const clang::ArrayRef<clang::TemplateArgument> template_arguments,
|
||||
clang::ArrayRef<clang::TemplateArgument> template_arguments,
|
||||
std::string full_template_specialization_name,
|
||||
std::optional<clanguml::common::model::template_element *> parent = {});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user