================ @@ -209,6 +209,12 @@ class SValBuilder { const LocationContext *LCtx, QualType type, unsigned visitCount); + DefinedOrUnknownSVal conjureSymbolVal(const CallEvent &call, QualType type, + unsigned visitCount, + const void *symbolTag = nullptr); ---------------- steakhal wrote:
I suspect that everywhere where we pass this type separately we either pass the wrong type or we pass the return type of the call. 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