================ @@ -584,11 +584,9 @@ class StdLibraryFunctionsChecker const Summary &Summary, CheckerContext &C) const override { SValBuilder &SVB = C.getSValBuilder(); - NonLoc ErrnoSVal = - SVB.conjureSymbolVal(&Tag, Call.getOriginExpr(), - C.getLocationContext(), C.getASTContext().IntTy, - C.blockCount()) - .castAs<NonLoc>(); + NonLoc ErrnoSVal = SVB.conjureSymbolVal(Call, C.getASTContext().IntTy, ---------------- fangyi-zhou wrote:
This int type is different from the call result type at times too. https://github.com/llvm/llvm-project/pull/137182 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits