[clang] Fix cycle in importing template specialization on auto type with typename (PR #162514)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 10 19:05:53 PDT 2025


================
@@ -254,6 +254,7 @@ class TypeSourceInfo;
     /// Declaration (from, to) pairs that are known not to be equivalent
     /// (which we have already complained about).
     NonEquivalentDeclSet NonEquivalentDecls;
+    llvm::DenseSet<const Decl *> DeclTypeCycles;
----------------
shafik wrote:

Please add a description of this member like all the others above.

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


More information about the cfe-commits mailing list