Fixed clang-tidy warnings

This commit is contained in:
Bartek Kryza
2024-02-13 23:42:27 +01:00
parent d305902e3c
commit 5630149016
5 changed files with 12 additions and 7 deletions

View File

@@ -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 = {});