[all-commits] [llvm/llvm-project] 39a5dd: [ASTImporter] Import the default argument of Templ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Nov 26 06:13:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 39a5dd164ca8648e24525869c934c9137c4887ef
https://github.com/llvm/llvm-project/commit/39a5dd164ca8648e24525869c934c9137c4887ef
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list