[clang] [clang][ASTImporter] skip TemplateTypeParmDecl in VisitTypeAliasTemplateDecl (PR #74919)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 13 09:11:21 PST 2023


================
@@ -9284,6 +9284,29 @@ TEST_P(ASTImporterOptionSpecificTestBase,
   // EXPECT_EQ(ToF1Imported->getPreviousDecl(), ToF1);
 }
 
+TEST_P(ASTImporterOptionSpecificTestBase, ImportTypeAliasTemplateDecl) {
----------------
balazske wrote:

I like better names for the test (`ImportTypeAliasTemplateAfterSimilarCalledTemplateTypeParm`) and `Callable1` (`Callable`), `Callable2` (`CallableParm`).

https://github.com/llvm/llvm-project/pull/74919


More information about the cfe-commits mailing list