================
@@ -41,6 +41,12 @@ static const PathLoan *createLoan(FactManager &FactMgr,
   return nullptr;
 }
 
+static const PathLoan *createLoan(FactManager &FactMgr,
----------------
usx95 wrote:

Please add a function comment.

/// Creates a loan for the storage location of a temporary object.
/// \param BTE The CXXBindTemporaryExpr that represents the temporary binding.
/// \return The new Loan.

https://github.com/llvm/llvm-project/pull/172007
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to