This is an archive of the discontinued LLVM Phabricator instance.

[ASTImporter] Import the default argument of TemplateTemplateParmDecl
ClosedPublic

Authored by teemperor on Nov 25 2020, 10:59 AM.

Details

Summary

Same idea as in D92103 and D92106, but I realised after creating those reviews that there are
also TemplateTemplateParmDecls that can have default arguments, so here's hopefully the
last patch for default template arguments.

Diff Detail

Event Timeline

teemperor created this revision.Nov 25 2020, 10:59 AM
teemperor requested review of this revision.Nov 25 2020, 10:59 AM
martong accepted this revision.Nov 26 2020, 2:58 AM

Looks good, thanks!

This revision is now accepted and ready to land.Nov 26 2020, 2:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 26 2020, 6:13 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript