================
@@ -174,6 +134,7 @@ class LoanManager {
/// TODO(opt): Profile and evaluate the usefullness of small buffer
/// optimisation.
llvm::SmallVector<const Loan *> AllLoans;
+ llvm::DenseMap<const Decl *, const PlaceholderRoot *> PlaceholderRoots;
----------------
usx95 wrote:Done. https://github.com/llvm/llvm-project/pull/187708 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
