================
@@ -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;
----------------
Xazax-hun wrote:
Couldn't we always construct the `PlaceholderRoot` from the `Decl`?
https://github.com/llvm/llvm-project/pull/187708
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits