]> granicus.if.org Git - clang/commit
Added support for unary operator '-' for equality sets.
authorTed Kremenek <kremenek@apple.com>
Thu, 24 Jan 2008 08:20:02 +0000 (08:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 24 Jan 2008 08:20:02 +0000 (08:20 +0000)
commitdacbb4f00006cb4e50f199155b0ad091cf54e988
tree399a0ad7ca9ce50cd98a5fef42afe30be6d23a8a
parent7b8009a3e3a1479203d315b74712552a4ce3e200
Added support for unary operator '-' for equality sets.

Added some workarounds for loss of signess information on some APSInt
operations. Considering the best route to integrate these into APSInt directly.
(FIXME's in GRConstants.cpp).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46310 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRConstants.cpp