[all-commits] [llvm/llvm-project] 9b99a3: [clang][ASTImporter] skip TemplateTypeParmDecl in ...
Qizhi Hu via All-commits
all-commits at lists.llvm.org
Sun Dec 24 18:13:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b99a307b225d0db071a5cc68cbe4f5a0534e724
https://github.com/llvm/llvm-project/commit/9b99a307b225d0db071a5cc68cbe4f5a0534e724
Author: Qizhi Hu <836744285 at qq.com>
Date: 2023-12-25 (Mon, 25 Dec 2023)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/ASTStructuralEquivalence.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[clang][ASTImporter] skip TemplateTypeParmDecl in VisitTypeAliasTemplateDecl (#74919)
Skip checking `TemplateTypeParmDecl ` in `VisitTypeAliasTemplateDecl`.
[Fix this crash](https://github.com/llvm/llvm-project/issues/74765)
Co-authored-by: huqizhi <836744285 at qq.com>
More information about the All-commits
mailing list