Skip to content
Commit 4b132796 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Added AssumeSymGT, AssumeSymGE, AssumeSymLT, AssumeSymLE to add some minor...

Added AssumeSymGT, AssumeSymGE, AssumeSymLT, AssumeSymLE to add some minor improvements to path-sensitivity.  Right now we basically treat 'x > y' and 'x < y' as implying 'x != y', but this restriction will only inevitably apply to our must rudimentary value tracking component (we'll implement more advanced value reasoning later).

llvm-svn: 54493
parent 18391f43
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment