================
@@ -3957,8 +3956,8 @@ static ActionResult<CXXRecordDecl *>
getPatternForClassTemplateSpecialization(
// primary member template and its other partial specializations are
// still considered for this specialization of the enclosing class
// template.
- if (Template->getMostRecentDecl()->isMemberSpecialization() &&
- !Partial->getMostRecentDecl()->isMemberSpecialization())
+ if (Template->isMemberSpecialization() &&
+ !Partial->isMemberSpecialization())
----------------
cor3ntin wrote:
Ditto
https://github.com/llvm/llvm-project/pull/200092
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits