Valentin Clement =?utf-8?b?KOODkOODrOODsw=?=,Kyungwoo Lee <kyu...@meta.com>,Dmitry Polukhin <dmitry.poluk...@gmail.com> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/104...@github.com>
================ @@ -1188,6 +1188,11 @@ class ASTReader /// once recursing loading has been completed. llvm::SmallVector<NamedDecl *, 16> PendingOdrMergeChecks; + /// Lambdas that need to be loaded right after the function they belong to. + /// It is required to have the right canonical declaration for lambda class + /// from the same module as the function. ---------------- ChuanqiXu9 wrote: nit: maybe it is better to expand this statement as we did in this patch. So that other readers can have a better understanding for it. https://github.com/llvm/llvm-project/pull/104512 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits