[all-commits] [llvm/llvm-project] 89c1a7: [ASTImporter] Import the default argument of NonTy...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Nov 27 02:40:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 89c1a7a67d6947f56dc2db189d3872626f5a8609
https://github.com/llvm/llvm-project/commit/89c1a7a67d6947f56dc2db189d3872626f5a8609
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[ASTImporter] Import the default argument of NonTypeTemplateParmDecl
The test case isn't using the AST matchers for all checks as there doesn't seem to be support for
matching NonTypeTemplateParmDecl default arguments. Otherwise this is simply importing the
default arguments.
Reviewed By: martong
Differential Revision: https://reviews.llvm.org/D92106
More information about the All-commits
mailing list