================ @@ -1736,6 +1816,25 @@ MallocChecker::MallocMemReturnsAttr(CheckerContext &C, const CallEvent &Call, return MallocMemAux(C, Call, UnknownVal(), UndefinedVal(), State, Family); } +ProgramStateRef MallocChecker::MallocBindRetval(CheckerContext &C, ---------------- NagyDonat wrote:
`<bikeshedding>` Rename this to `MallocBindRetVal` to make the capitalization more consistent. (Btw `git grep` shows 310 occurrences for `Retval` vs 2317 for `RetVal` in the whole LLVM repo.) `</bikeshedding>` https://github.com/llvm/llvm-project/pull/106081 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits