File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1206,7 +1206,7 @@ DeclarationFragmentsBuilder::getFragmentsForClassTemplateSpecialization(
1206
1206
.append (" <" , DeclarationFragments::FragmentKind::Text)
1207
1207
.append (getFragmentsForTemplateArguments (
1208
1208
Decl->getTemplateArgs ().asArray (), Decl->getASTContext (),
1209
- Decl-> getTemplateArgsAsWritten ()-> arguments () ))
1209
+ std::nullopt ))
1210
1210
.append (" >" , DeclarationFragments::FragmentKind::Text)
1211
1211
.appendSemicolon ();
1212
1212
}
@@ -1249,7 +1249,7 @@ DeclarationFragmentsBuilder::getFragmentsForVarTemplateSpecialization(
1249
1249
.append (" <" , DeclarationFragments::FragmentKind::Text)
1250
1250
.append (getFragmentsForTemplateArguments (
1251
1251
Decl->getTemplateArgs ().asArray (), Decl->getASTContext (),
1252
- Decl-> getTemplateArgsAsWritten ()-> arguments () ))
1252
+ std::nullopt ))
1253
1253
.append (" >" , DeclarationFragments::FragmentKind::Text)
1254
1254
.appendSemicolon ();
1255
1255
}
You can’t perform that action at this time.
0 commit comments