[clang] [clang][ASTImporter] add processing of SubstNonTypeTemplateParmExpr in isAncestorDeclContextOf (PR #74991)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 12 08:06:20 PST 2023


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

This test belongs to `ImportAutoFunctions` and a better name is `ReturnWithSubstNonTypeTemplateParmExpr`.

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


More information about the cfe-commits mailing list