================
@@ -632,6 +632,14 @@ llvm::SmallVector<Fact *>
FactsGenerator::issuePlaceholderLoans() {
return {};
llvm::SmallVector<Fact *> PlaceholderLoanFacts;
+ const Decl *D = AC.getDecl();
----------------
kashika0112 wrote:Done https://github.com/llvm/llvm-project/pull/176703 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
