Go to file
Ted Kremenek 286f030911 Minor tweaks in the transfer functions for pre- and post- ++/-- where
we falsely constructed an APInt to represent the constant '1' instead of
using an APSInt (which has a sign).

llvm-svn: 46317
2008-01-24 19:00:57 +00:00
clang Minor tweaks in the transfer functions for pre- and post- ++/-- where 2008-01-24 19:00:57 +00:00
llvm Added additional overloaded operators for APSInt to match the operators of 2008-01-24 18:59:52 +00:00