[ASTImporter] Import the default argument of TemplateTemplateParmDecl
authorRaphael Isemann <teemperor@gmail.com>
Thu, 26 Nov 2020 12:38:49 +0000 (13:38 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 26 Nov 2020 14:12:45 +0000 (15:12 +0100)
commit39a5dd164ca8648e24525869c934c9137c4887ef
tree9dd67e9c05145b5320f607feb2ff565be63ecbe2
parentbd0b1311dbd59b4b7c4188ef0ed930848dc657d1
[ASTImporter] Import the default argument of TemplateTemplateParmDecl

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.

Reviewed By: martong

Differential Revision: https://reviews.llvm.org/D92119
clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterTest.cpp