================
@@ -4441,9 +4441,9 @@ class ASTDeclContextNameLookupTrait
DeclIDs.push_back(ID);
};
+ ASTReader *Chain = Writer.getChain();
----------------
ChuanqiXu9 wrote:Not a blocker. But I remember we prefer to move the declaration to if-statement if possible. https://github.com/llvm/llvm-project/pull/172524 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
