================
@@ -178,7 +165,7 @@ getTrackingInfoForCallArg(const Expr *Call, const Expr 
*Source) {
   if (!Call || !Source)
     return std::nullopt;
 
-  FunctionCallInfo CallInfo = getFunctionCallInfo(Call);
+  FunctionCallInfo CallInfo(Call);
   if (!CallInfo.FD)
     return std::nullopt;
----------------
iitianpushkar wrote:

Yes, here it can be done safely because no lambda capture involved like above.

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

Reply via email to