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

Qizhi Hu via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 17 06:41:25 PST 2023


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

Code has been fixed.

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


More information about the cfe-commits mailing list