[analyzer] Fix crash in modeling arithmetic
This diff fixes modeling of arithmetic expressions where pointers are treated as integers (i.e. via C-style / reinterpret casts). For now we return UnknownVal unless the operation is a comparison. Test plan: make check-all Differential revision: https://reviews.llvm.org/D37120 llvm-svn: 311935
Loading
Please sign in to comment