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 658d55b commit 48f50c7Copy full SHA for 48f50c7
clang/lib/AST/DeclTemplate.cpp
@@ -367,12 +367,6 @@ bool RedeclarableTemplateDecl::loadLazySpecializationsImpl(
367
if (!ExternalSource)
368
return false;
369
370
- // If TPL is not null, it implies that we're loading specializations for
371
- // partial templates. We need to load all specializations in such cases.
372
- if (TPL)
373
- return ExternalSource->LoadExternalSpecializations(this->getCanonicalDecl(),
374
- /*OnlyPartial=*/false);
375
-
376
return ExternalSource->LoadExternalSpecializations(this->getCanonicalDecl(),
377
Args);
378
}
0 commit comments