You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent issue uncovered with address spaces and the CString Checker exposed the need to deprecate makeNull in SValBuilder in favor of a method to make a null pointer that "right sized" per the prototype pointer's address space. See https://reviews.llvm.org/D118050 for details of the problem.
This will involve the following steps:
Replace instances of makeNull with makeNullWithType
Replace instances of makeIntValWithPtrWidth with a more appropriate method to comprehend expected pointer size
Replace instances of getIntWithPtrWidth with a more appropriate method to comprehend expected pointer size