================
@@ -395,6 +404,15 @@ void FactsGenerator::handleAssignment(const Expr *LHSExpr,
     } else
       markUseAsWrite(DRE_LHS);
   }
+  if (!RHSList) {
----------------
Xazax-hun wrote:

Interestingly, `std::function` used to have an `assign` method that got removed 
later. Maybe it is not that important to handle it given that it was removed.

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

Reply via email to