Fixed class template parameter generation in class visitor

This commit is contained in:
Bartek Kryza
2023-03-16 21:44:51 +01:00
parent 6d4533018b
commit e0447f28c1
9 changed files with 54 additions and 42 deletions

View File

@@ -221,7 +221,8 @@ private:
const clang::TemplateArgument &arg,
common::model::template_parameter &argument) const;
common::model::template_parameter build_template_instantiation_process_type_argument(
common::model::template_parameter
build_template_instantiation_process_type_argument(
model::template_trait *parent,
const std::string &full_template_specialization_name,
const clang::TemplateDecl *template_decl,