Skip to content
Commit 35cf12ab authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Handle 'long x = 0; char *y = (char *) x;' by layering an

'ElementRegion' on top of the VarRegion for 'x'.  This causes the test
case xfail_wine_crash.c to now pass for BasicStoreManager.  It doesn't
crash for RegionStoreManager either, but reports a bogus unintialized
value warning.

llvm-svn: 70832
parent 2d69cd24
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