================
@@ -663,6 +672,11 @@ class MallocChecker
                                              SVal Init, ProgramStateRef State,
                                              AllocationFamily Family) const;
 
+  [[nodiscard]] ProgramStateRef FailedAlloc(CheckerContext &C,
+                                            const CallEvent &Call,
+                                            int SizeArgI1, int SizeArgI2,
+                                            ProgramStateRef State) const;
----------------
steakhal wrote:

From this declaration, it's unclear to me what the `SizeArgI1` and `SizeArgI2` 
stands for.

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

Reply via email to