We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d1236 commit 73929b4Copy full SHA for 73929b4
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
@@ -1732,6 +1732,8 @@ TypeSystemClang::CreateClassTemplateSpecializationDecl(
1732
static_cast<TagDecl::TagKind>(kind));
1733
class_template_specialization_decl->setDeclContext(decl_ctx);
1734
class_template_specialization_decl->setInstantiationOf(class_template_decl);
1735
+ if (TypeSystemClang::UseRedeclCompletion())
1736
+ ast.getTypeDeclType(class_template_specialization_decl, nullptr);
1737
class_template_specialization_decl->setTemplateArgs(
1738
TemplateArgumentList::CreateCopy(ast, args));
1739
class_template_specialization_decl->setDeclName(
0 commit comments